Merge branch 'missing-docs' into 'main'

set missing docs lint to allow for now

See merge request redox-os/base!211
This commit is contained in:
Jeremy Soller
2026-03-28 09:59:57 -06:00
+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