mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
aca7dedf33
Upsizing to `usize` from `i32` doesn't work if `usize` is only 32-bits. I changed the code to use the `FromStr` impl on `i32`, but we could have also just used `u64` instead of `i32`. Also, we should get in the habit of using the appropriate type aliases where possible (`i32` should be `RawFd`). |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml |