We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c646d9b commit 5e17fcdCopy full SHA for 5e17fcd
Cargo.toml
@@ -167,6 +167,7 @@ doc_lazy_continuation = { level = "allow", priority = 1 }
167
needless_return = { level = "allow", priority = 1 }
168
doc_overindented_list_items = { level = "allow", priority = 1 }
169
needless_range_loop = { level = "allow", priority = 1 }
170
+doc_paragraphs_missing_punctuation = { level = "allow", priority = 1 }
171
# complexity-lints
172
precedence = { level = "allow", priority = 1 }
173
manual_div_ceil = { level = "allow", priority = 1 }
0 commit comments