Skip to content

Commit 1304d43

Browse files
committed
Remove duplicated exclamation mark
1 parent 0f8c0bd commit 1304d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-11-07-gsoc-2024-results.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Cargo's completion scripts have been hand maintained and frequently broken when
7979

8080
shanmu took the prototype for dynamic completions in [clap][clap] (the command-line parser used by Cargo), got it working and tested for common shells, as well as extended the parser to cover more cases. They then added extension points for CLI's to provide custom completion results that can be generated on the fly.
8181

82-
In the next phase, shanmu added this to nightly Cargo and added different custom completers to match what the handwritten completions do. As an example, with this feature enabled, when you type `cargo test --test=` and hit the Tab key, your shell will autocomplete all the test targets in your current Rust crate! If you are interested, see the [instructions][cargo-shell-completion] for trying this out! The link also lists where you can provide feedback.
82+
In the next phase, shanmu added this to nightly Cargo and added different custom completers to match what the handwritten completions do. As an example, with this feature enabled, when you type `cargo test --test=` and hit the Tab key, your shell will autocomplete all the test targets in your current Rust crate! If you are interested, see the [instructions][cargo-shell-completion] for trying this out. The link also lists where you can provide feedback.
8383

8484
You can also check out the following issues to find out what is left before this can be stabilized:
8585
- [clap#3166](https://github.com/clap-rs/clap/issues/3166)

0 commit comments

Comments
 (0)