fish-shell/printf/src
Stefan Boca dcddffd222
refactor: misc cleanup (#10998)
* 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
2025-01-04 19:49:44 -06:00
..
fmt_fp Add printf crate to workspace 2024-05-26 16:07:27 -04:00
arg.rs Clean up fish-printf in preparation for publishing 2024-09-21 17:52:11 -07:00
lib.rs Clean up fish-printf in preparation for publishing 2024-09-21 17:52:11 -07:00
locale.rs Add printf crate to workspace 2024-05-26 16:07:27 -04:00
printf_impl.rs Clean up fish-printf in preparation for publishing 2024-09-21 17:52:11 -07:00
tests.rs refactor: misc cleanup (#10998) 2025-01-04 19:49:44 -06:00