fish-shell/src/wutil
Fabian Boehm 52d1806e1f Apply some manual clippy lints
Mostly replacing std::<type>::MAX with <type>::MAX.

Surprising here is replacing

.expect(format!(...))

with

.unwrap_or_else(|_| panic!(...))

It explains that this is because the "format!" would always be called.
2024-05-26 10:45:46 +02:00
..
dir_iter.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
encoding.rs
errors.rs
fileid.rs
gettext.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
hex_float.rs Apply some manual clippy lints 2024-05-26 10:45:46 +02:00
mod.rs Add homegrown hex float parsing 2024-05-25 18:31:38 -07:00
printf.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
tests.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
wcstod.rs Adopt the new hex float parsing 2024-05-25 18:39:45 -07:00
wcstoi.rs Apply some manual clippy lints 2024-05-26 10:45:46 +02:00