mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 06:01:33 +00:00
Add deny for unreachable patterns and unused unsafe
This commit is contained in:
@ -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"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user