We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a3613 commit a0c31ecCopy full SHA for a0c31ec
src/librustpkg/path_util.rs
@@ -40,7 +40,6 @@ static path_entry_separator: &'static str = ":";
40
/// DIR/.rust for any DIR that's the current working directory
41
/// or an ancestor of it
42
pub fn rust_path() -> ~[Path] {
43
- let env_path: ~str = os::getenv("RUST_PATH").get_or_default(~"");
44
let mut env_rust_path: ~[Path] = match os::getenv("RUST_PATH") {
45
Some(env_path) => {
46
let env_path_components: ~[&str] =
0 commit comments