Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed Jun 12, 2019
1 parent a2bf96f commit 2719c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver.rs
Expand Up @@ -179,7 +179,7 @@ Available lint options:
print_lints(&lints);

let max_group_name_len = std::cmp::max(
"all".len(),
"clippy::all".len(),
lint_groups
.iter()
.map(|group| group.len())
Expand Down

0 comments on commit 2719c1e

Please sign in to comment.