Skip to content

Commit 40b55e7

Browse files
committed
specify which integer overflows we mean
1 parent 388750b commit 40b55e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/what-unsafe-does.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Rust considers it "safe" to:
7272
* Have a [race condition][race]
7373
* Leak memory
7474
* Fail to call destructors
75-
* Overflow integers
75+
* Overflow integers (with the built-in operators such as `+` etc.)
7676
* Abort the program
7777
* Delete the production database
7878

0 commit comments

Comments
 (0)