Update Clippy for ConstEvalCounter

This commit is contained in:
Bryan Garza 2022-12-29 23:50:53 +00:00
parent 164ff64013
commit 80a3d2ad0c

View File

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