Update Clippy for ConstEvalCounter

This commit is contained in:
Bryan Garza 2022-12-29 23:50:53 +00:00
parent 298a78277e
commit 520814b713

View File

@ -240,6 +240,7 @@ fn check_statement<'tcx>(
| StatementKind::Retag { .. }
| StatementKind::AscribeUserType(..)
| StatementKind::Coverage(..)
| StatementKind::ConstEvalCounter
| StatementKind::Nop => Ok(()),
}
}