Skip to content

Commit a9f7e1b

Browse files
committed
Remove additional historical information
1 parent 9b45292 commit a9f7e1b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,7 @@ and unsigned integer computations that cannot be represented in their type,
160160
resulting in an overflow or wraparound.
161161

162162
The Rust compiler supports integer overflow checks, and enables it when
163-
debug assertions are enabled since version 1.0.0 (2015-05-15)[14][17], but
164-
support for it was not completed until version 1.1.0 (2015-06-25)[16]. An
165-
option to control integer overflow checks was later stabilized in version
166-
1.17.0 (2017-04-27)[18][20].
163+
debug assertions are enabled since version 1.1.0 (2015-06-25)[14][20].
167164

168165
```rust
169166
fn main() {

0 commit comments

Comments
 (0)