From 98ecceb64c3fe1d21bc5787e30d712116bd95efd Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Tue, 2 Jan 2024 21:07:52 +0800 Subject: [PATCH] lint: warn missing_errors_doc --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 99eb40f4..7dd959a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,6 +137,7 @@ missing_docs = "warn" [workspace.lints.clippy] all = "deny" pedantic = "deny" +missing_errors_doc = "warn" needless_pass_by_value = "warn" module_name_repetitions = { level = "allow", priority = 1 } too_many_lines = { level = "allow", priority = 1 }