Fallout from globs/re-export/shadowing change
This commit is contained in:
parent
35dd33c7e2
commit
ac095351fb
14 changed files with 33 additions and 21 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue