mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Remove obsolete clippy suppression
This type has been extracted to an alias, so it is okay now.
This commit is contained in:
parent
d839fea748
commit
e6994ea3ac
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ type NativeCallback = Box<dyn Fn(&mut AutoCloseFd, ItemWakeReason) + Send + Sync
|
||||||
/// only `src/io.cpp`) is ported to rust
|
/// only `src/io.cpp`) is ported to rust
|
||||||
enum FdMonitorCallback {
|
enum FdMonitorCallback {
|
||||||
None,
|
None,
|
||||||
#[allow(clippy::type_complexity)]
|
|
||||||
Native(NativeCallback),
|
Native(NativeCallback),
|
||||||
Ffi(FfiCallback /* fn ptr */, void_ptr /* param */),
|
Ffi(FfiCallback /* fn ptr */, void_ptr /* param */),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue