1
Fork 0

Test fixes and rebase conflicts

This commit is contained in:
Alex Crichton 2015-04-14 12:18:37 -07:00
parent b9d9a376ea
commit 30425bfe54
6 changed files with 4 additions and 384 deletions

View file

@ -1570,7 +1570,7 @@ impl Path {
/// # Examples
///
/// ```
/// use std::path::Path;
/// use std::path::{Path, PathBuf};
///
/// let path = Path::new("/tmp/foo.rs");
///