diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2014-12-26 11:01:16 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2014-12-27 12:30:36 +1300 |
| commit | 4b92a5a229ebe7635851fc7bad94108f9de8dcc6 (patch) | |
| tree | a8008344fa0d47c27e882bc2942bcd95f50f985b /src/libcollections | |
| parent | dbde7419cc120d97e520063682751dfc3a901fb5 (diff) | |
Rebasing changes
Diffstat (limited to 'src/libcollections')
| -rw-r--r-- | src/libcollections/str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcollections/str.rs b/src/libcollections/str.rs index 5feae5e558e..bccd2a1198a 100644 --- a/src/libcollections/str.rs +++ b/src/libcollections/str.rs @@ -3330,10 +3330,10 @@ mod tests { #[cfg(test)] mod bench { + use super::*; use prelude::*; use test::Bencher; use test::black_box; - use super::*; #[bench] fn char_iterator(b: &mut Bencher) { |
