mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-14 02:53:34 +08:00
![]() * refactor EnvVar: Arc<Box<[WString]>> -> Arc<[WString]> * remove unnecessary `&mut` from EnvVar methods * clippy: use eq_ignore_ascii_case instead of manual comparison see https://rust-lang.github.io/rust-clippy/master/index.html#manual_ignore_case_cmp * clippy: use `is_some_and` and `is_ok_and` instead of `map_or` see https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or * clippy: use `assert!()` instead of `assert_eq!()` with booleans |
||
---|---|---|
.. | ||
fmt_fp | ||
arg.rs | ||
lib.rs | ||
locale.rs | ||
printf_impl.rs | ||
tests.rs |