Skip to content

Commit

Permalink
Fix lint name in comment too
Browse files Browse the repository at this point in the history
  • Loading branch information
Bood Qian committed Feb 5, 2017
1 parent 9ace6c7 commit 4b4dc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/formatting.rs
Expand Up @@ -149,7 +149,7 @@ fn check_else_if(cx: &EarlyContext, expr: &ast::Expr) {
}
}

/// Implementation of the `POSSIBLE_MISSING_COMMA_IN_ARRAY_FORMATTING` lint for array
/// Implementation of the `POSSIBLE_MISSING_COMMA` lint for array
fn check_array(cx: &EarlyContext, expr: &ast::Expr) {
if let ast::ExprKind::Array(ref array) = expr.node {
for element in array {
Expand Down

0 comments on commit 4b4dc0a

Please sign in to comment.