Revert "Stabilize RangeArgument"

This reverts commit 143206d54d.
This commit is contained in:
Steven Fackler
2017-06-30 08:34:53 -10:00
parent e72580cf09
commit 0a9c13624d
15 changed files with 217 additions and 187 deletions

View File

@@ -183,9 +183,6 @@ pub use self::index::{Index, IndexMut};
#[stable(feature = "rust1", since = "1.0.0")]
pub use self::range::{Range, RangeFrom, RangeFull, RangeTo};
#[stable(feature = "range_argument", since = "1.19.0")]
pub use self::range::{RangeArgument, Bound};
#[unstable(feature = "inclusive_range", reason = "recently added, follows RFC", issue = "28237")]
pub use self::range::{RangeInclusive, RangeToInclusive};