Normalize passes keep spans and clean warnings
This commit is contained in:
@ -109,7 +109,6 @@ impl<'m> MirQuery for MirQueryBox<'m> {
|
||||
FutureSet { future, value } => vec![*future, *value],
|
||||
Await { future, .. } => vec![*future],
|
||||
Safepoint => Vec::new(),
|
||||
_ => Vec::new(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user