Skip to content

Commit bc0628c

Browse files
committed
Auto merge of rust-lang#15292 - kberov:patch-1, r=lnicola
Update flags.rs Fixed typo in documentation comment
2 parents 4fad330 + 8f169f9 commit bc0628c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)