Remove as yet unrequested range impls

This commit is contained in:
David Tolnay
2019-02-01 20:46:19 -08:00
parent 7a72b4c624
commit 8463bfc1e5
6 changed files with 2 additions and 253 deletions
-6
View File
@@ -51,12 +51,6 @@ fn main() {
println!("cargo:rustc-cfg=integer128");
}
// RangeToInclusive was stabilized in Rust 1.26:
// https://doc.rust-lang.org/std/ops/struct.RangeToInclusive.html
if minor >= 26 {
println!("cargo:rustc-cfg=range_to_inclusive");
}
// Inclusive ranges methods stabilized in Rust 1.27:
// https://github.com/rust-lang/rust/pull/50758
if minor >= 27 {