Add deny for unreachable patterns and unused unsafe

This commit is contained in:
Brandon Fish
2019-05-12 00:33:02 -05:00
parent 8d2a08a1be
commit 2aefa731a6
15 changed files with 17 additions and 18 deletions

View File

@ -35,7 +35,6 @@ impl fmt::Debug for InternalEvent {
InternalEvent::Breakpoint(_) => write!(f, "Breakpoint"),
InternalEvent::SetInternal(_) => write!(f, "SetInternal"),
InternalEvent::GetInternal(_) => write!(f, "GetInternal"),
_ => panic!("unknown event"),
}
}
}