Skip to content

Commit

Permalink
Resolve redundant_semicolons lint in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 31, 2020
1 parent e220fff commit 71f401c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_precedence.rs
Expand Up @@ -205,7 +205,7 @@ fn librustc_brackets(mut librustc_expr: P<ast::Expr>) -> Option<P<ast::Expr>> {

struct BracketsVisitor {
failed: bool,
};
}

fn flat_map_field<T: MutVisitor>(mut f: Field, vis: &mut T) -> Vec<Field> {
if f.is_shorthand {
Expand Down

0 comments on commit 71f401c

Please sign in to comment.