diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2022-04-24 19:08:23 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2022-04-30 17:40:29 -0700 |
| commit | a15c3a36d712c869b91e5b3e75e368d019253523 (patch) | |
| tree | 6235f5598548c2c7efacd128d664fabe5e4f107b /src/tools/clippy/clippy_utils | |
| parent | e094ee5f102dfea8e99137d3818510cd178e8817 (diff) | |
| download | rust-a15c3a36d712c869b91e5b3e75e368d019253523.tar.gz rust-a15c3a36d712c869b91e5b3e75e368d019253523.zip | |
Fix the clippy build
Diffstat (limited to 'src/tools/clippy/clippy_utils')
| -rw-r--r-- | src/tools/clippy/clippy_utils/src/sugg.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/clippy/clippy_utils/src/sugg.rs b/src/tools/clippy/clippy_utils/src/sugg.rs index 1fc9979f3dd..794d2e1026f 100644 --- a/src/tools/clippy/clippy_utils/src/sugg.rs +++ b/src/tools/clippy/clippy_utils/src/sugg.rs @@ -214,6 +214,7 @@ impl<'a> Sugg<'a> { | ast::ExprKind::Path(..) | ast::ExprKind::Repeat(..) | ast::ExprKind::Ret(..) + | ast::ExprKind::Yeet(..) | ast::ExprKind::Struct(..) | ast::ExprKind::Try(..) | ast::ExprKind::TryBlock(..) |
