Merge branch 'master' into overflow

pull/419/head
Eric Huss 1 year ago committed by GitHub
commit 20685e08a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,6 @@ Rust considers it "safe" to:
* Deadlock * Deadlock
* Have a [race condition][race] * Have a [race condition][race]
* Leak memory * Leak memory
* Fail to call destructors
* Overflow integers (with the built-in operators such as `+` etc.) * Overflow integers (with the built-in operators such as `+` etc.)
* Abort the program * Abort the program
* Delete the production database * Delete the production database

Loading…
Cancel
Save