Skip to content

Commit 20685e0

Browse files
authored
Merge branch 'master' into overflow
2 parents 40b55e7 + 7c574c7 commit 20685e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/what-unsafe-does.md

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

0 commit comments

Comments
 (0)