Skip to content

Commit 5e17fcd

Browse files
fix: allowing missing punctuation for clippy warnings
1 parent c646d9b commit 5e17fcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ doc_lazy_continuation = { level = "allow", priority = 1 }
167167
needless_return = { level = "allow", priority = 1 }
168168
doc_overindented_list_items = { level = "allow", priority = 1 }
169169
needless_range_loop = { level = "allow", priority = 1 }
170+
doc_paragraphs_missing_punctuation = { level = "allow", priority = 1 }
170171
# complexity-lints
171172
precedence = { level = "allow", priority = 1 }
172173
manual_div_ceil = { level = "allow", priority = 1 }

0 commit comments

Comments
 (0)