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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user