diff --git a/Cargo.toml b/Cargo.toml index 9bf3ac5f00..6e8eb56948 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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