Skip to content

Commit

Permalink
Merge branch 'master' into overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Sep 11, 2023
2 parents 40b55e7 + 7c574c7 commit 20685e0
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 (with the built-in operators such as `+` etc.)
* Abort the program
* Delete the production database
Expand Down

0 comments on commit 20685e0

Please sign in to comment.