Skip to content

Commit 4979c1a

Browse files
committed
clearly separate lint group from lints
1 parent 6e4d5c2 commit 4979c1a

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
@@ -12,6 +12,7 @@ unused_tuple_struct_fields = "warn"
1212

1313
[workspace.lints.clippy]
1414
pedantic = "warn"
15+
1516
as_conversions = "warn"
1617
dbg_macro = "warn"
1718
empty_structs_with_brackets = "warn"

0 commit comments

Comments
 (0)