mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 18:21:01 +00:00
- convert to newer `..=` syntax, fixing compiler warnings + requires MinSRV >= v1.26.0 .# [why] The inclusive range operator (`..=`) was stabilized in rust v1.26.0. Warnings requesting conversion from the old `...` operator to `..=` were introduced in rust v1.37.0. * ref: <https://github.com/rust-lang/rust/blob/master/RELEASES.md> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| buffer.rs | ||
| Cargo.toml | ||
| cut.rs | ||
| ranges.rs | ||
| searcher.rs | ||