coreutils/src/hostname
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
..
Cargo.toml Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
hostname.rs refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00