diff options
| author | clubby789 <jamie@hill-daniel.co.uk> | 2022-10-31 18:30:09 +0000 |
|---|---|---|
| committer | clubby789 <jamie@hill-daniel.co.uk> | 2022-11-11 16:31:32 +0000 |
| commit | 7ddd321ecd41d8b074d06d21393fed43a85fa150 (patch) | |
| tree | acaf3cd2dee87621b05163ac540bb432be5af594 | |
| parent | 84c3a959a7579d368f235a22f0d626980aa693c2 (diff) | |
| download | rust-7ddd321ecd41d8b074d06d21393fed43a85fa150.tar.gz rust-7ddd321ecd41d8b074d06d21393fed43a85fa150.zip | |
Introduce `ExprKind::IncludedBytes`
| -rw-r--r-- | clippy_utils/src/sugg.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clippy_utils/src/sugg.rs b/clippy_utils/src/sugg.rs index aad7da61a8a..eefba8cd29c 100644 --- a/clippy_utils/src/sugg.rs +++ b/clippy_utils/src/sugg.rs @@ -207,6 +207,7 @@ impl<'a> Sugg<'a> { | ast::ExprKind::InlineAsm(..) | ast::ExprKind::ConstBlock(..) | ast::ExprKind::Lit(..) + | ast::ExprKind::IncludedBytes(..) | ast::ExprKind::Loop(..) | ast::ExprKind::MacCall(..) | ast::ExprKind::MethodCall(..) |
