Lints and build commands

This commit is contained in:
2025-09-20 20:34:57 -06:00
parent f22a283abe
commit 40e881589a
5 changed files with 86 additions and 63 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"