Fixed linting

This commit is contained in:
Syrus Akbary
2021-05-10 16:50:40 -07:00
parent 8b86f795b7
commit b5ce9b5c6e
5 changed files with 7 additions and 6 deletions

View File

@@ -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);
// }