We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40b55e7 + 7c574c7 commit 20685e0Copy full SHA for 20685e0
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 (with the built-in operators such as `+` etc.)
76
* Abort the program
77
* Delete the production database
0 commit comments