Fix a nit.
This commit is contained in:
parent
aa8b93bd10
commit
d812d430a4
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ impl<'a> Step<'a> for Cargo<'a> {
|
|||
const ONLY_HOSTS: bool = true;
|
||||
|
||||
fn should_run(_builder: &Builder, path: &Path) -> bool {
|
||||
path.ends_with("cargo") // FIXME: Why is this not src/tools/cargo?
|
||||
path.ends_with("src/tools/cargo")
|
||||
}
|
||||
|
||||
fn make_run(builder: &Builder, _path: Option<&Path>, _host: &str, target: &str) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue