Skip to content

Commit 042569a

Browse files
committed
sort lint rules
1 parent f4dffd9 commit 042569a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Cargo.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,15 @@ needless_continue = "warn"
5858
needless_for_each = "warn"
5959
needless_pass_by_ref_mut = "warn"
6060
nonstandard_macro_braces = "warn"
61-
uninlined-format-args = "warn"
62-
use-self = "warn"
6361
read_zero_byte_vec = "warn"
64-
result_large_err = "allow"
6562
redundant_clone = "warn"
66-
octal-escapes = "allow"
63+
uninlined-format-args = "warn"
64+
use-self = "warn"
65+
6766
# until <https://github.com/rust-lang/rust-clippy/issues/13885> is fixed
6867
literal-string-with-formatting-args = "allow"
68+
octal-escapes = "allow"
69+
result_large_err = "allow"
6970

7071
[workspace.lints.rust]
7172
rust-2018-idioms = "warn"

0 commit comments

Comments
 (0)