diff options
| author | Corey Richardson <corey@octayn.net> | 2013-06-28 18:32:26 -0400 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2013-06-29 11:20:02 -0400 |
| commit | 1662bd371c22ba5d476c0c9024fdd99534fc7867 (patch) | |
| tree | 93a3f2c9a7df7a03bb153518ac420c9bfd11f0df /src/librustpkg/package_path.rs | |
| parent | 0326b0abed3fe9045bfc8e84d060115aecdcee37 (diff) | |
| download | rust-1662bd371c22ba5d476c0c9024fdd99534fc7867.tar.gz rust-1662bd371c22ba5d476c0c9024fdd99534fc7867.zip | |
Great renaming: propagate throughout the rest of the codebase
Diffstat (limited to 'src/librustpkg/package_path.rs')
| -rw-r--r-- | src/librustpkg/package_path.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/librustpkg/package_path.rs b/src/librustpkg/package_path.rs index 161634be650..a508d2ce153 100644 --- a/src/librustpkg/package_path.rs +++ b/src/librustpkg/package_path.rs @@ -10,11 +10,11 @@ // rustpkg utilities having to do with local and remote paths -use core::path::Path; -use core::option::Some; -use core::hash; -use core::rt::io::Writer; -use core::hash::Streaming; +use std::path::Path; +use std::option::Some; +use std::hash; +use std::rt::io::Writer; +use std::hash::Streaming; /// Wrappers to prevent local and remote paths from getting confused /// (These will go away after #6407) |
