diff --git a/src/thunk.rs b/src/thunk.rs index 638c87724b..353e3c90ea 100644 --- a/src/thunk.rs +++ b/src/thunk.rs @@ -1,4 +1,3 @@ -#![allow(clippy::let_underscore_untyped)] use super::*; #[derive(Derivative)]