set missing docs lint to allow for now

This commit is contained in:
auronandace
2026-03-28 15:24:45 +00:00
parent 58459178b0
commit 59c1f52a8b
+1 -1
View File
@@ -106,7 +106,7 @@ thiserror = "2"
toml = "1"
[workspace.lints.rust]
missing_docs = "warn" #TODO: set to deny when all public functions are documented
missing_docs = "allow" #TODO: set to deny when all public functions are documented
[workspace.lints.clippy]
missing_safety_doc = "warn" #TODO: set to deny when all safety documentation is completed