mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Add more clippy exceptions for ffi module
This commit is contained in:
parent
698db6c2a7
commit
46aef09a90
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ mod fds;
|
|||
#[allow(clippy::module_inception)]
|
||||
#[allow(clippy::new_ret_no_self)]
|
||||
#[allow(clippy::wrong_self_convention)]
|
||||
#[allow(clippy::needless_lifetimes)]
|
||||
mod ffi;
|
||||
mod ffi_init;
|
||||
mod ffi_tests;
|
||||
|
|
Loading…
Reference in a new issue