about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorclubby789 <jamie@hill-daniel.co.uk>2024-12-27 01:03:10 +0000
committerGitHub <noreply@github.com>2024-12-27 09:03:10 +0800
commite425e8ae48b1d775cfd3416cbfb114187846e633 (patch)
tree6271f0abfa1b89360ec49959d0d9b0773e93739d /src/doc/rustc-dev-guide
parentedd2a9bc392ec1c30f4d92d0e348e3d953e92837 (diff)
completions: Zsh is now supported (#2173)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/suggested.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/suggested.md b/src/doc/rustc-dev-guide/src/building/suggested.md
index cb97fd7620d..bf5ffbc00af 100644
--- a/src/doc/rustc-dev-guide/src/building/suggested.md
+++ b/src/doc/rustc-dev-guide/src/building/suggested.md
@@ -376,11 +376,9 @@ pkgs.mkShell {
 
 ## Shell Completions
 
-If you use Bash, Fish or PowerShell, you can find automatically-generated shell
+If you use Bash, Zsh, Fish or PowerShell, you can find automatically-generated shell
 completion scripts for `x.py` in
 [`src/etc/completions`](https://github.com/rust-lang/rust/tree/master/src/etc/completions).
-Zsh support will also be included once issues with
-[`clap_complete`](https://crates.io/crates/clap_complete) have been resolved.
 
 You can use `source ./src/etc/completions/x.py.<extension>` to load completions
 for your shell of choice, or `& .\src\etc\completions\x.py.ps1` for PowerShell.