Skip to content

Commit de61297

Browse files
committed
clippy: add todo lint
1 parent 816cf5c commit de61297

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
@@ -15,6 +15,7 @@ missing_const_for_fn = "warn"
1515
module_name_repetitions = "allow"
1616
pedantic = { level = "warn", priority = -1 }
1717
single_match_else = "allow"
18+
todo = "warn"
1819
trivially_copy_pass_by_ref = "warn"
1920

2021
[dependencies]

0 commit comments

Comments
 (0)