Pacify tidy.
This commit is contained in:
parent
a5ef6bac28
commit
b34a8a294d
2 changed files with 4 additions and 4 deletions
|
@ -107,8 +107,8 @@ impl<'tcx> Visitor<'tcx> for UnsafetyChecker<'_, 'tcx> {
|
|||
| StatementKind::Nop => {
|
||||
// safe (at least as emitted during MIR construction)
|
||||
}
|
||||
// `AscribeUserType` just exists to help MIR borrowck. It has no semantics, and
|
||||
// everything is already reported by `PlaceMention`.
|
||||
// `AscribeUserType` just exists to help MIR borrowck.
|
||||
// It has no semantics, and everything is already reported by `PlaceMention`.
|
||||
StatementKind::AscribeUserType(..) => return,
|
||||
}
|
||||
self.super_statement(statement, location);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue