mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Silence some more clippy lints
They are at odds with some direct translations.
This commit is contained in:
parent
ec176dc07e
commit
56ad7fe0e5
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
#![allow(clippy::uninlined_format_args)]
|
||||
#![allow(clippy::derivable_impls)]
|
||||
#![allow(clippy::option_map_unit_fn)]
|
||||
#![allow(clippy::ptr_arg)]
|
||||
#![allow(clippy::field_reassign_with_default)]
|
||||
|
||||
#[macro_use]
|
||||
mod common;
|
||||
|
|
Loading…
Reference in a new issue