Skip to content

Commit 77d28b2

Browse files
committed
style: Extra continues can communicate intent
1 parent f4ac56d commit 77d28b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ lossy_float_literal = "warn"
6262
macro_use_imports = "warn"
6363
mem_forget = "warn"
6464
mutex_integer = "warn"
65-
needless_continue = "warn"
65+
needless_continue = "allow"
6666
needless_for_each = "warn"
6767
negative_feature_names = "warn"
6868
path_buf_push_overwrite = "warn"

0 commit comments

Comments
 (0)