Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Nov 19, 2024
1 parent e904c67 commit 446d30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sema/src/ast_passes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,6 @@ impl<'ast> Visit<'ast> for AstValidator<'_> {
self.in_modifier = *kind == ast::FunctionKind::Modifier;
let r = self.walk_item_function(func);
self.in_modifier = false;
return r;
r
}
}

0 comments on commit 446d30b

Please sign in to comment.