mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
rust: silence warnings on auto-generated FFI bindings
This commit is contained in:
parent
cba03fc1e8
commit
cee13531e3
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ extern crate lazy_static;
|
|||
|
||||
mod fd_readable_set;
|
||||
mod fds;
|
||||
#[allow(rustdoc::broken_intra_doc_links)]
|
||||
#[allow(clippy::module_inception)]
|
||||
#[allow(clippy::new_ret_no_self)]
|
||||
#[allow(clippy::wrong_self_convention)]
|
||||
mod ffi;
|
||||
mod ffi_init;
|
||||
mod ffi_tests;
|
||||
|
|
Loading…
Reference in a new issue