Skip to content

Commit f5fed93

Browse files
committed
Auto merge of #11150 - seanbright:dashes, r=weihanglo
build-scripts.md: Use em dash consistently. The list items in build-scripts.md were mixing en dash and em dash. This switches to just em dash.
2 parents 76f080b + 2590c1e commit f5fed93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/doc/src/reference/build-scripts.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@ one detailed below.
103103
re-run the script.
104104
* [`cargo:rerun-if-env-changed=VAR`](#rerun-if-env-changed) — Tells Cargo when
105105
to re-run the script.
106-
* [`cargo:rustc-link-arg=FLAG`](#rustc-link-arg) Passes custom flags to a
106+
* [`cargo:rustc-link-arg=FLAG`](#rustc-link-arg) Passes custom flags to a
107107
linker for benchmarks, binaries, `cdylib` crates, examples, and tests.
108-
* [`cargo:rustc-link-arg-bin=BIN=FLAG`](#rustc-link-arg-bin) Passes custom
108+
* [`cargo:rustc-link-arg-bin=BIN=FLAG`](#rustc-link-arg-bin) Passes custom
109109
flags to a linker for the binary `BIN`.
110-
* [`cargo:rustc-link-arg-bins=FLAG`](#rustc-link-arg-bins) Passes custom
110+
* [`cargo:rustc-link-arg-bins=FLAG`](#rustc-link-arg-bins) Passes custom
111111
flags to a linker for binaries.
112-
* [`cargo:rustc-link-arg-tests=FLAG`](#rustc-link-arg-tests) Passes custom
112+
* [`cargo:rustc-link-arg-tests=FLAG`](#rustc-link-arg-tests) Passes custom
113113
flags to a linker for tests.
114-
* [`cargo:rustc-link-arg-examples=FLAG`](#rustc-link-arg-examples) Passes custom
114+
* [`cargo:rustc-link-arg-examples=FLAG`](#rustc-link-arg-examples) Passes custom
115115
flags to a linker for examples.
116-
* [`cargo:rustc-link-arg-benches=FLAG`](#rustc-link-arg-benches) Passes custom
116+
* [`cargo:rustc-link-arg-benches=FLAG`](#rustc-link-arg-benches) Passes custom
117117
flags to a linker for benchmarks.
118118
* [`cargo:rustc-link-lib=LIB`](#rustc-link-lib) — Adds a library to
119119
link.

0 commit comments

Comments
 (0)