diff --git a/fish-rust/src/fd_monitor.rs b/fish-rust/src/fd_monitor.rs index 032e26afa..30ff14f17 100644 --- a/fish-rust/src/fd_monitor.rs +++ b/fish-rust/src/fd_monitor.rs @@ -120,7 +120,6 @@ fn from(value: u64) -> Self { /// only `src/io.cpp`) is ported to rust enum FdMonitorCallback { None, - #[allow(clippy::type_complexity)] Native(NativeCallback), Ffi(FfiCallback /* fn ptr */, void_ptr /* param */), }