Skip to content

Commit 2719c1e

Browse files
committed
minor fix
1 parent a2bf96f commit 2719c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Available lint options:
179179
print_lints(&lints);
180180

181181
let max_group_name_len = std::cmp::max(
182-
"all".len(),
182+
"clippy::all".len(),
183183
lint_groups
184184
.iter()
185185
.map(|group| group.len())

0 commit comments

Comments
 (0)