From 3c7578f8adfcd241816f9defa0a6b55c6f5beca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 29 Mar 2023 13:47:58 +0200 Subject: [PATCH] a{n =>} benchmark target --- src/doc/src/reference/build-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/build-scripts.md b/src/doc/src/reference/build-scripts.md index 00023b6c2bb..68e8d404f1f 100644 --- a/src/doc/src/reference/build-scripts.md +++ b/src/doc/src/reference/build-scripts.md @@ -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.