1
Fork 0

Fallout from globs/re-export/shadowing change

This commit is contained in:
Nick Cameron 2014-12-29 16:52:10 +13:00
parent 35dd33c7e2
commit ac095351fb
14 changed files with 33 additions and 21 deletions

View file

@ -1239,7 +1239,7 @@ mod bench {
extern crate test;
use self::test::Bencher;
use super::*;
use prelude::*;
use prelude::{Clone, GenericPath};
#[bench]
fn join_home_dir(b: &mut Bencher) {