1
Fork 0

rollup merge of #20289: nick29581/shadowing

r? eddyb
This commit is contained in:
Alex Crichton 2014-12-29 16:36:49 -08:00
commit 806cb35f4d
26 changed files with 401 additions and 193 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) {