Skip to content

Commit 89123a5

Browse files
Allow TOO_LONG_FIRST_DOC_PARAGRAPH in ui test
1 parent b043fe3 commit 89123a5

File tree

1 file changed

+1
-0
lines changed
  • tests/ui-cargo/lint_groups_priority/pass

1 file changed

+1
-0
lines changed

tests/ui-cargo/lint_groups_priority/pass/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ unsafe_code = "warn"
1313
[lints.clippy]
1414
pedantic = { level = "warn", priority = -1 }
1515
style = { level = "warn", priority = 1 }
16+
too_long_first_doc_paragraph = "allow"
1617
similar_names = "allow"
1718
dbg_macro = { level = "warn", priority = 2 }

0 commit comments

Comments
 (0)