Skip to content

Commit 8f169f9

Browse files
authored
Update flags.rs
Fixed typo in documentation comment
1 parent 4fad330 commit 8f169f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/cli/flags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ xflags::xflags! {
1212
/// LSP server for the Rust programming language.
1313
///
1414
/// Subcommands and their flags do not provide any stability guarantees and may be removed or
15-
/// changed without notice. Top-level flags that are not are marked as [Unstable] provide
15+
/// changed without notice. Top-level flags that are not marked as [Unstable] provide
1616
/// backwards-compatibility and may be relied on.
1717
cmd rust-analyzer {
1818
/// Verbosity level, can be repeated multiple times.

0 commit comments

Comments
 (0)