mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Merge pull request #1625 from Manishearth/rustup_catch
Rustup: Add ExprKind::Catch
This commit is contained in:
commit
bed96fb3da
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ impl<'a> Sugg<'a> {
|
|||
ast::ExprKind::Block(..) |
|
||||
ast::ExprKind::Break(..) |
|
||||
ast::ExprKind::Call(..) |
|
||||
ast::ExprKind::Catch(..) |
|
||||
ast::ExprKind::Continue(..) |
|
||||
ast::ExprKind::Field(..) |
|
||||
ast::ExprKind::ForLoop(..) |
|
||||
|
|
Loading…
Add table
Reference in a new issue