We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5d6ca commit d7eece0Copy full SHA for d7eece0
src/libcollections/range.rs
@@ -11,12 +11,7 @@
11
//! Range syntax.
12
13
use core::option::Option::{self, None, Some};
14
-use core::ops::{
15
- RangeFull,
16
- Range,
17
- RangeTo,
18
- RangeFrom
19
-};
+use core::ops::{RangeFull, Range, RangeTo, RangeFrom};
20
21
#[unstable(feature = "collections", reason = "was just added")]
22
/// **RangeArgument** is implemented by Rust's built-in range types, produced
0 commit comments