mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
rust: silence warnings on auto-generated FFI bindings
This commit is contained in:
committed by
Johannes Altmanninger
parent
cba03fc1e8
commit
cee13531e3
@@ -8,6 +8,10 @@
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user