mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Add more clippy exceptions for ffi module
This commit is contained in:
committed by
Johannes Altmanninger
parent
698db6c2a7
commit
46aef09a90
@@ -11,6 +11,7 @@
|
||||
#[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;
|
||||
|
||||
Reference in New Issue
Block a user