unsafe for the win

This commit is contained in:
2025-11-14 09:39:59 +01:00
parent cc42bc6f4b
commit e435be4d94
-3
View File
@@ -3,9 +3,6 @@ name = "lanspread-peer"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
[lints.rust]
unsafe_code = "forbid"
[lints.clippy] [lints.clippy]
pedantic = { level = "warn", priority = -1 } pedantic = { level = "warn", priority = -1 }
todo = "warn" todo = "warn"