Skip to content

Commit 7ddd321

Browse files
committed
Introduce ExprKind::IncludedBytes
1 parent 84c3a95 commit 7ddd321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_utils/src/sugg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ impl<'a> Sugg<'a> {
207207
| ast::ExprKind::InlineAsm(..)
208208
| ast::ExprKind::ConstBlock(..)
209209
| ast::ExprKind::Lit(..)
210+
| ast::ExprKind::IncludedBytes(..)
210211
| ast::ExprKind::Loop(..)
211212
| ast::ExprKind::MacCall(..)
212213
| ast::ExprKind::MethodCall(..)

0 commit comments

Comments
 (0)