fix(rust): allow missing_docs

This commit is contained in:
2026-03-16 16:19:32 +01:00
parent e5a55d6c7e
commit 22bdbd2697
-1
View File
@@ -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"