We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 388750b + a94926b commit 7c574c7Copy full SHA for 7c574c7
src/what-unsafe-does.md
@@ -71,7 +71,6 @@ Rust considers it "safe" to:
71
* Deadlock
72
* Have a [race condition][race]
73
* Leak memory
74
-* Fail to call destructors
75
* Overflow integers
76
* Abort the program
77
* Delete the production database
0 commit comments