about summary refs log tree commit diff
path: root/src/libcollections
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2014-12-26 11:01:16 +1300
committerNick Cameron <ncameron@mozilla.com>2014-12-27 12:30:36 +1300
commit4b92a5a229ebe7635851fc7bad94108f9de8dcc6 (patch)
treea8008344fa0d47c27e882bc2942bcd95f50f985b /src/libcollections
parentdbde7419cc120d97e520063682751dfc3a901fb5 (diff)
Rebasing changes
Diffstat (limited to 'src/libcollections')
-rw-r--r--src/libcollections/str.rs2
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) {