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 7b13469 commit c666645Copy full SHA for c666645
src/doc/src/reference/build-scripts.md
@@ -19,7 +19,7 @@ build = "build.rs"
19
The Rust file designated by the `build` command (relative to the package root)
20
will be compiled and invoked before anything else is compiled in the package,
21
allowing your Rust code to depend on the built or generated artifacts.
22
-By default Cargo looks up for `"build.rs"` file in a package root (even if you
+By default Cargo looks for a `"build.rs"` file in a package root (even if you
23
do not specify a value for `build`). Use `build = "custom_build_name.rs"` to specify
24
a custom build name or `build = false` to disable automatic detection of the build script.
25
0 commit comments