Lints and build commands

This commit is contained in:
2025-09-20 20:35:18 -06:00
parent a6d429ae41
commit 0c437d816a
8 changed files with 30 additions and 5 deletions
+2
View File
@@ -10,7 +10,9 @@ rust-version = "1.85.0"
[workspace.lints.rust]
arithmetic_overflow = "forbid"
missing_docs = "forbid"
unsafe_code = "forbid"
unused_doc_comments = "forbid"
[workspace.lints.clippy]
arithmetic_side_effects = "forbid"