remove 'fail to call destructors' from okay-list

pull/420/head
Ralf Jung 1 year ago
parent 388750b081
commit a94926b151

@ -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

Loading…
Cancel
Save