mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 06:41:15 -03:00
Remove obsolete clippy suppression
This type has been extracted to an alias, so it is okay now.
This commit is contained in:
@@ -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 */),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user