diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index ecb68d71cc9..71d5d3a65d0 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -182,6 +182,7 @@ rustflags = ["…", "…"] # custom flags for `rustc` rustdocflags = ["…", "…"] # custom flags for `rustdoc` [target.] +linker = "…" # linker to use runner = "…" # wrapper to run executables rustflags = ["…", "…"] # custom flags for `rustc`