We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dffd9 commit 042569aCopy full SHA for 042569a
Cargo.toml
@@ -58,14 +58,15 @@ needless_continue = "warn"
58
needless_for_each = "warn"
59
needless_pass_by_ref_mut = "warn"
60
nonstandard_macro_braces = "warn"
61
-uninlined-format-args = "warn"
62
-use-self = "warn"
63
read_zero_byte_vec = "warn"
64
-result_large_err = "allow"
65
redundant_clone = "warn"
66
-octal-escapes = "allow"
+uninlined-format-args = "warn"
+use-self = "warn"
+
67
# until <https://github.com/rust-lang/rust-clippy/issues/13885> is fixed
68
literal-string-with-formatting-args = "allow"
+octal-escapes = "allow"
69
+result_large_err = "allow"
70
71
[workspace.lints.rust]
72
rust-2018-idioms = "warn"
0 commit comments