Fix wrong type of rustc-flags in documentation

This commit is contained in:
Xinzhao Xu 2024-05-23 17:00:11 +08:00
parent 95b921ba59
commit 63e84611e5

View file

@ -170,7 +170,7 @@ rustflags = ["…", "…"] # custom flags for `rustc`
[target.<triple>.<links>] # `links` build script override
rustc-link-lib = ["foo"]
rustc-link-search = ["/path/to/foo"]
rustc-flags = ["-L", "/some/path"]
rustc-flags = "-L /some/path"
rustc-cfg = ['key="value"']
rustc-env = {key = "value"}
rustc-cdylib-link-arg = ["…"]