We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TOO_LONG_FIRST_DOC_PARAGRAPH
1 parent b043fe3 commit 89123a5Copy full SHA for 89123a5
tests/ui-cargo/lint_groups_priority/pass/Cargo.toml
@@ -13,5 +13,6 @@ unsafe_code = "warn"
13
[lints.clippy]
14
pedantic = { level = "warn", priority = -1 }
15
style = { level = "warn", priority = 1 }
16
+too_long_first_doc_paragraph = "allow"
17
similar_names = "allow"
18
dbg_macro = { level = "warn", priority = 2 }
0 commit comments