Allow unsafe code

This commit is contained in:
2026-07-31 03:00:16 +02:00
parent 0994397537
commit b769aa0f1c
-1
View File
@@ -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"