]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/tiny_list.rs
Rollup merge of #60187 - tmandry:generator-optimization, r=eddyb
[rust.git] / src / librustc_data_structures / tiny_list.rs
index d660486d58446d9c1873ef72a84eb1a6389df1a4..3d74516d9c326292af58172ff3748d4791d37018 100644 (file)
@@ -123,7 +123,7 @@ fn contains(&self, data: &T) -> bool {
 mod test {
     use super::*;
     extern crate test;
-    use self::test::Bencher;
+    use test::Bencher;
 
     #[test]
     fn test_contains_and_insert() {