Skip to content

Commit 1025cd3

Browse files
committed
lintcheck toml: explain why tokei is commented out
1 parent 3784cdf commit 1025cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_dev/lintcheck_crates.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ cargo = {name = "cargo", versions = ['0.49.0']}
44
iron = {name = "iron", versions = ['0.6.1']}
55
ripgrep = {name = "ripgrep", versions = ['12.1.1']}
66
xsv = {name = "xsv", versions = ['0.13.0']}
7+
# commented out because of 173K clippy::match_same_arms msgs in language_type.rs
78
#tokei = { name = "tokei", versions = ['12.0.4']}
89
rayon = {name = "rayon", versions = ['1.5.0']}
910
serde = {name = "serde", versions = ['1.0.118']}

0 commit comments

Comments
 (0)