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.
let _ =
1 parent eceedd9 commit 27910cbCopy full SHA for 27910cb
clippy_utils/src/qualify_min_const_fn.rs
@@ -241,6 +241,7 @@ fn check_statement<'tcx>(
241
| StatementKind::StorageDead(_)
242
| StatementKind::Retag { .. }
243
| StatementKind::AscribeUserType(..)
244
+ | StatementKind::PlaceMention(..)
245
| StatementKind::Coverage(..)
246
| StatementKind::ConstEvalCounter
247
| StatementKind::Nop => Ok(()),
0 commit comments