Skip to content

Commit 9999616

Browse files
committed
Remove deadwood from sentence
1 parent d977464 commit 9999616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ susceptible to memory corruption (CWE-119)[8] and concurrency issues
3030
increase the difficulty to exploit vulnerabilities resulting from these
3131
issues. Therefore, the Rust compiler must also support these exploit
3232
mitigations in order to mitigate vulnerabilities resulting from the use of
33-
Unsafe Rust. This chapter is going to document these exploit mitigations and
34-
how they apply to Rust.
33+
Unsafe Rust. This chapter documents these exploit mitigations and how they
34+
apply to Rust.
3535

3636
This chapter does not discuss the effectiveness of these exploit mitigations
3737
as they vary greatly depending on several factors besides their design and

0 commit comments

Comments
 (0)