diff --git a/Cargo.toml b/Cargo.toml index dbe615b..cee79da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -152,7 +152,7 @@ missing_docs = "warn" [workspace.lints.clippy] all = "warn" # Downgrade deny-by-default lints pedantic = "warn" -missing_errors_doc = "warn" +missing_errors_doc = { level = "allow", priority = 1 } needless_pass_by_value = "warn" module_name_repetitions = { level = "allow", priority = 1 } too_many_lines = { level = "allow", priority = 1 }