From 59c1f52a8bc06b08f9ffc09c15bfaf696c2e75ed Mon Sep 17 00:00:00 2001 From: auronandace Date: Sat, 28 Mar 2026 15:24:45 +0000 Subject: [PATCH] set missing docs lint to allow for now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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