Lints and build commands

This commit is contained in:
2025-09-20 20:31:22 -06:00
parent 72e376d74c
commit ec9ec6d9a5
4 changed files with 27 additions and 0 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"