diff options
| author | bors <bors@rust-lang.org> | 2023-07-16 07:33:53 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-16 07:33:53 +0000 |
| commit | bc0628c9b40627a1957fd1f99fa3636e6ad6fa4d (patch) | |
| tree | 9d4a5945bafb733338b8f0b04ec9b3cd21562843 | |
| parent | 4fad3301b195a4d17e4b33485fc94f70459c331e (diff) | |
| parent | 8f169f964257fb333817e46ffb0ccdb32bb9088d (diff) | |
| download | rust-bc0628c9b40627a1957fd1f99fa3636e6ad6fa4d.tar.gz rust-bc0628c9b40627a1957fd1f99fa3636e6ad6fa4d.zip | |
Auto merge of #15292 - kberov:patch-1, r=lnicola
Update flags.rs Fixed typo in documentation comment
| -rw-r--r-- | crates/rust-analyzer/src/cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/cli/flags.rs b/crates/rust-analyzer/src/cli/flags.rs index 31be535fc28..66af59c0b51 100644 --- a/crates/rust-analyzer/src/cli/flags.rs +++ b/crates/rust-analyzer/src/cli/flags.rs @@ -12,7 +12,7 @@ xflags::xflags! { /// LSP server for the Rust programming language. /// /// Subcommands and their flags do not provide any stability guarantees and may be removed or - /// changed without notice. Top-level flags that are not are marked as [Unstable] provide + /// changed without notice. Top-level flags that are not marked as [Unstable] provide /// backwards-compatibility and may be relied on. cmd rust-analyzer { /// Verbosity level, can be repeated multiple times. |
