Skip to content

Commit

Permalink
remove 'fail to call destructors' from okay-list
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 6, 2023
1 parent 388750b commit a94926b
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 a94926b

Please sign in to comment.