mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-10 13:56:14 +08:00
![]() 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. |
||
---|---|---|
.. | ||
dir_iter.rs | ||
encoding.rs | ||
errors.rs | ||
fileid.rs | ||
gettext.rs | ||
hex_float.rs | ||
mod.rs | ||
printf.rs | ||
tests.rs | ||
wcstod.rs | ||
wcstoi.rs |