Skip to content

Commit 6221c76

Browse files
Fix a nit.
1 parent d15475c commit 6221c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ impl<'a> Step<'a> for Cargo<'a> {
190190
const ONLY_HOSTS: bool = true;
191191

192192
fn should_run(_builder: &Builder, path: &Path) -> bool {
193-
path.ends_with("cargo") // FIXME: Why is this not src/tools/cargo?
193+
path.ends_with("src/tools/cargo")
194194
}
195195

196196
fn make_run(builder: &Builder, _path: Option<&Path>, _host: &str, target: &str) {

0 commit comments

Comments
 (0)