We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fc16a commit 5305a3dCopy full SHA for 5305a3d
tests/testsuite/jobserver.rs
@@ -52,7 +52,7 @@ fn jobserver_exists() {
52
.build();
53
54
// Explicitly use `-j2` to ensure that there's eventually going to be a
55
- // token to read from `valdiate` above, since running the build script
+ // token to read from `validate` above, since running the build script
56
// itself consumes a token.
57
p.cargo("build -j2").run();
58
}
0 commit comments