about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-02-16 10:25:03 +0000
committerbors <bors@rust-lang.org>2023-02-16 10:25:03 +0000
commit73f83ffc0f1a2349d9b980e0168c8b606c2fb152 (patch)
tree84aa26d240aff1e24fe4ea6b57439dc885e98f44 /src/doc
parent52af0457b79ec698aa06e547b39b88d1e5b4e84d (diff)
parent044aa87d7808f89c38a79d8c68d03249246bf9cb (diff)
downloadrust-73f83ffc0f1a2349d9b980e0168c8b606c2fb152.tar.gz
rust-73f83ffc0f1a2349d9b980e0168c8b606c2fb152.zip
Auto merge of #2790 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc/src/json.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc/src/json.md b/src/doc/rustc/src/json.md
index efbf861eaa6..d8843280b84 100644
--- a/src/doc/rustc/src/json.md
+++ b/src/doc/rustc/src/json.md
@@ -223,7 +223,6 @@ flag][option-emit] documentation.
        - "link": The generated crate as specified by the crate-type.
        - "dep-info": The `.d` file with dependency information in a Makefile-like syntax.
        - "metadata": The Rust `.rmeta` file containing metadata about the crate.
-       - "save-analysis": A JSON file emitted by the `-Zsave-analysis` feature.
     */
     "emit": "link"
 }