Skip to content

Commit 63e8461

Browse files
committed
Fix wrong type of rustc-flags in documentation
1 parent 95b921b commit 63e8461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ rustflags = ["…", "…"] # custom flags for `rustc`
170170
[target.<triple>.<links>] # `links` build script override
171171
rustc-link-lib = ["foo"]
172172
rustc-link-search = ["/path/to/foo"]
173-
rustc-flags = ["-L", "/some/path"]
173+
rustc-flags = "-L /some/path"
174174
rustc-cfg = ['key="value"']
175175
rustc-env = {key = "value"}
176176
rustc-cdylib-link-arg = [""]

0 commit comments

Comments
 (0)