From a94926b1517721633917c470554011ca5509006c Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 6 Sep 2023 08:44:52 +0200 Subject: [PATCH] remove 'fail to call destructors' from okay-list --- src/what-unsafe-does.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/what-unsafe-does.md b/src/what-unsafe-does.md index 64694ee4..91be9992 100644 --- a/src/what-unsafe-does.md +++ b/src/what-unsafe-does.md @@ -71,7 +71,6 @@ Rust considers it "safe" to: * Deadlock * Have a [race condition][race] * Leak memory -* Fail to call destructors * Overflow integers * Abort the program * Delete the production database