diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-04-14 12:18:37 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-04-14 13:50:03 -0700 |
| commit | 30425bfe54318049e07d97602742b7ee6c745b3a (patch) | |
| tree | a4d6d17d9db493c0ba7e6e9a563a4f48bf26fd47 /src/libstd | |
| parent | b9d9a376ea8843f46ccf9f043dbffa5ac2d1c073 (diff) | |
| download | rust-30425bfe54318049e07d97602742b7ee6c745b3a.tar.gz rust-30425bfe54318049e07d97602742b7ee6c745b3a.zip | |
Test fixes and rebase conflicts
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs index 4247dc1b6d8..b7160df6c92 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -1570,7 +1570,7 @@ impl Path { /// # Examples /// /// ``` - /// use std::path::Path; + /// use std::path::{Path, PathBuf}; /// /// let path = Path::new("/tmp/foo.rs"); /// |
