diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index d809354a413..4fdde9311af 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -170,7 +170,7 @@ rustflags = ["…", "…"] # custom flags for `rustc` [target..] # `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 = ["…"]