Auto merge of #15292 - kberov:patch-1, r=lnicola
Update flags.rs Fixed typo in documentation comment
This commit is contained in:
commit
bc0628c9b4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ xflags::xflags! {
|
||||||
/// LSP server for the Rust programming language.
|
/// LSP server for the Rust programming language.
|
||||||
///
|
///
|
||||||
/// Subcommands and their flags do not provide any stability guarantees and may be removed or
|
/// 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.
|
/// backwards-compatibility and may be relied on.
|
||||||
cmd rust-analyzer {
|
cmd rust-analyzer {
|
||||||
/// Verbosity level, can be repeated multiple times.
|
/// Verbosity level, can be repeated multiple times.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue