We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c574c7 + 20685e0 commit e3f3af6Copy full SHA for e3f3af6
src/what-unsafe-does.md
@@ -71,7 +71,7 @@ Rust considers it "safe" to:
71
* Deadlock
72
* Have a [race condition][race]
73
* Leak memory
74
-* Overflow integers
+* Overflow integers (with the built-in operators such as `+` etc.)
75
* Abort the program
76
* Delete the production database
77
0 commit comments