Skip to content

Commit 7c574c7

Browse files
authored
Merge pull request #420 from RalfJung/destructors
remove 'fail to call destructors' from okay-list
2 parents 388750b + a94926b commit 7c574c7

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
7675
* Abort the program
7776
* Delete the production database

0 commit comments

Comments
 (0)