From 22bdbd2697e47615aa34fe6434a0313278114e13 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Mon, 16 Mar 2026 16:19:32 +0100 Subject: [PATCH] fix(rust): allow missing_docs --- rust/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 096feb5..0881056 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -8,7 +8,6 @@ let_underscore_drop = "warn" linker_messages = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" -missing_docs = "warn" missing_unsafe_on_extern = "warn" non_ascii_idents = "warn" redundant_imports = "warn"