We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
&
1 parent 43eaf6d commit 06a3f3bCopy full SHA for 06a3f3b
src/building/suggested.md
@@ -314,7 +314,7 @@ Zsh support will also be included once issues with [`clap_complete`](https://cra
314
315
You can use `source ./src/etc/completions/x.py.<extension>`
316
to load completions for your shell of choice,
317
-or `source .\src\etc\completions\x.py.ps1` for PowerShell.
+or `& .\src\etc\completions\x.py.ps1` for PowerShell.
318
Adding this to your shell's startup script (e.g. `.bashrc`) will automatically load this completion.
319
320
[`src/etc/rust_analyzer_settings.json`]: https://github.com/rust-lang/rust/blob/master/src/etc/rust_analyzer_settings.json
0 commit comments