Skip to content

Commit

Permalink
Merge pull request #420 from RalfJung/destructors
Browse files Browse the repository at this point in the history
remove 'fail to call destructors' from okay-list
  • Loading branch information
ehuss committed Sep 11, 2023
2 parents 388750b + a94926b commit 7c574c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/what-unsafe-does.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Rust considers it "safe" to:
* Deadlock
* Have a [race condition][race]
* Leak memory
* Fail to call destructors
* Overflow integers
* Abort the program
* Delete the production database
Expand Down

0 comments on commit 7c574c7

Please sign in to comment.