mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Fix typo
Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
This commit is contained in:
parent
02fc16aece
commit
5305a3def6
@ -52,7 +52,7 @@ fn jobserver_exists() {
|
||||
.build();
|
||||
|
||||
// Explicitly use `-j2` to ensure that there's eventually going to be a
|
||||
// token to read from `valdiate` above, since running the build script
|
||||
// token to read from `validate` above, since running the build script
|
||||
// itself consumes a token.
|
||||
p.cargo("build -j2").run();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user