librustc: tidy cleanup
This commit is contained in:
parent
e6490cbdb0
commit
635002a350
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ fn get_system_tool(sess: Session, tool: &str) -> ~str {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
_ => tool.to_owned(),
|
_ => tool.to_owned(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Perform the linkage portion of the compilation phase. This will generate all
|
/// Perform the linkage portion of the compilation phase. This will generate all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue