mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +00:00
Fixed linting
This commit is contained in:
@@ -77,7 +77,7 @@ unsafe impl TrapInfo for Store {
|
||||
fn as_any(&self) -> &dyn Any {
|
||||
self
|
||||
}
|
||||
fn custom_signal_handler(&self, call: &dyn Fn(&SignalHandler) -> bool) -> bool {
|
||||
fn custom_signal_handler(&self, _call: &dyn Fn(&SignalHandler) -> bool) -> bool {
|
||||
// if let Some(handler) = &*self.inner.signal_handler.borrow() {
|
||||
// return call(handler);
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user