Skip to content

Commit 520814b

Browse files
committed
Update Clippy for ConstEvalCounter
1 parent 298a782 commit 520814b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_utils/src/qualify_min_const_fn.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ fn check_statement<'tcx>(
240240
| StatementKind::Retag { .. }
241241
| StatementKind::AscribeUserType(..)
242242
| StatementKind::Coverage(..)
243+
| StatementKind::ConstEvalCounter
243244
| StatementKind::Nop => Ok(()),
244245
}
245246
}

0 commit comments

Comments
 (0)