Skip to content

Commit

Permalink
Auto merge of #11908 - nabijaczleweli:master, r=ehuss
Browse files Browse the repository at this point in the history
src/doc/src/reference/build-scripts.md: a{n =>} benchmark target

### What does this PR try to resolve?

"an benchmark target"

### How should we test and review this PR?

idk, reading it is a good start, maybe compare to [the original](https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#cargorustc-link-arg-benchesflag). it may help to vocalise out loud that *b* is not a vowel, too
  • Loading branch information
bors committed Mar 29, 2023
2 parents 5d3a85e + 3c7578f commit 1f63f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/build-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ target.
#### `cargo:rustc-link-arg-benches=FLAG`

The `rustc-link-arg-benches` instruction tells Cargo to pass the [`-C
link-arg=FLAG` option][link-arg] to the compiler, but only when building an benchmark
link-arg=FLAG` option][link-arg] to the compiler, but only when building a benchmark
target.

<a id="rustc-link-search"></a>
Expand Down

0 comments on commit 1f63f1d

Please sign in to comment.