mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-17 19:01:20 +00:00
Remove unneeded semicolon
This commit is contained in:
@ -440,7 +440,7 @@ impl ProtectedCaller for LLVMProtectedCaller {
|
||||
|
||||
impl UserTrapper for Placeholder {
|
||||
unsafe fn do_early_trap(&self, data: Box<dyn Any>) -> ! {
|
||||
throw_any(Box::leak(data));
|
||||
throw_any(Box::leak(data))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user