1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 18:21:01 +00:00
uutils-coreutils/src/cut
Roy Ivy III c22cf215ba refactor/polish ~ convert to inclusive range operator syntax (..=)
- 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>
2020-01-27 21:33:47 -06:00
..
.gitignore use cargo idioms to manage dependency resolution and compilation 2015-11-23 02:04:15 -05:00
buffer.rs refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
Cargo.toml Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
cut.rs refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
ranges.rs Fix a few clippy warnings 2018-09-03 19:08:23 +02:00
searcher.rs Fix a few clippy warnings 2018-09-03 19:08:23 +02:00