From b769aa0f1c9d48cd6adba155d97b64c93122459b Mon Sep 17 00:00:00 2001 From: soruh Date: Fri, 31 Jul 2026 03:00:16 +0200 Subject: [PATCH] Allow unsafe code --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca2d5c2..06c0966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ edition = "2024" [lints.rust] # Core compiler strictness -unsafe_code = "forbid" missing_docs = "deny" missing_debug_implementations = "deny" missing_copy_implementations = "deny"