Skip to content

Commit 344d835

Browse files
committed
Remove mention of disabling features
1 parent 6a38a63 commit 344d835

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/rustc/src/exploit-mitigations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
The Rust programming language provides memory[1] and thread[2] safety
66
guarantees via its ownership[3], references and borrowing[4], and slice
7-
types[5] features. However, Unsafe Rust[6] disables some of these features
8-
by introducing unsafe blocks, unsafe functions and methods, unsafe traits,
9-
and new types that are not subject to the borrowing rules.
7+
types[5] features. However, Unsafe Rust[6] introduces unsafe blocks, unsafe
8+
functions and methods, unsafe traits, and new types that are not subject to
9+
the borrowing rules.
1010

1111
Parts of the Rust standard library are implemented as safe abstractions over
1212
unsafe code (and historically have been vulnerable to memory corruption[7]).

0 commit comments

Comments
 (0)