Skip to content

Commit d7eece0

Browse files
author
Ulrik Sverdrup
committed
collections::range: Fix use style
1 parent bd5d6ca commit d7eece0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/libcollections/range.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111
//! Range syntax.
1212
1313
use core::option::Option::{self, None, Some};
14-
use core::ops::{
15-
RangeFull,
16-
Range,
17-
RangeTo,
18-
RangeFrom
19-
};
14+
use core::ops::{RangeFull, Range, RangeTo, RangeFrom};
2015

2116
#[unstable(feature = "collections", reason = "was just added")]
2217
/// **RangeArgument** is implemented by Rust's built-in range types, produced

0 commit comments

Comments
 (0)