We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ExprKind::IncludedBytes
1 parent 84c3a95 commit 7ddd321Copy full SHA for 7ddd321
clippy_utils/src/sugg.rs
@@ -207,6 +207,7 @@ impl<'a> Sugg<'a> {
207
| ast::ExprKind::InlineAsm(..)
208
| ast::ExprKind::ConstBlock(..)
209
| ast::ExprKind::Lit(..)
210
+ | ast::ExprKind::IncludedBytes(..)
211
| ast::ExprKind::Loop(..)
212
| ast::ExprKind::MacCall(..)
213
| ast::ExprKind::MethodCall(..)
0 commit comments