mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
Sort clippy lints
This commit is contained in:
parent
d15e475440
commit
b583c51238
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
#![allow(non_camel_case_types)]
|
||||
#![allow(dead_code)]
|
||||
#![allow(non_upper_case_globals)]
|
||||
#![allow(clippy::needless_return)]
|
||||
#![allow(clippy::manual_is_ascii_check)]
|
||||
#![allow(clippy::bool_assert_comparison)]
|
||||
#![allow(clippy::uninlined_format_args)]
|
||||
#![allow(clippy::derivable_impls)]
|
||||
#![allow(clippy::field_reassign_with_default)]
|
||||
#![allow(clippy::manual_is_ascii_check)]
|
||||
#![allow(clippy::needless_return)]
|
||||
#![allow(clippy::option_map_unit_fn)]
|
||||
#![allow(clippy::ptr_arg)]
|
||||
#![allow(clippy::field_reassign_with_default)]
|
||||
#![allow(clippy::uninlined_format_args)]
|
||||
|
||||
pub const BUILD_VERSION: &str = match option_env!("FISH_BUILD_VERSION") {
|
||||
Some(v) => v,
|
||||
|
|
Loading…
Reference in a new issue