Skip to content

Commit e3f3af6

Browse files
authored
Merge pull request #419 from RalfJung/overflow
specify which integer overflows we mean
2 parents 7c574c7 + 20685e0 commit e3f3af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/what-unsafe-does.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Rust considers it "safe" to:
7171
* Deadlock
7272
* Have a [race condition][race]
7373
* Leak memory
74-
* Overflow integers
74+
* Overflow integers (with the built-in operators such as `+` etc.)
7575
* Abort the program
7676
* Delete the production database
7777

0 commit comments

Comments
 (0)