Remove unused PlaceContext::NonUse(NonUseContext::Coverage)

This commit is contained in:
Tomasz Miąsko 2020-09-09 00:00:00 +00:00
parent 683d1bcd40
commit 0016405073
3 changed files with 1 additions and 5 deletions

View file

@ -1150,8 +1150,6 @@ pub enum NonUseContext {
StorageDead,
/// User type annotation assertions for NLL.
AscribeUserTy,
/// Coverage code region and counter metadata.
Coverage,
/// The data of an user variable, for debug info.
VarDebugInfo,
}