mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 14:03:35 +00:00
Fix rust-analzyer ssr help message
This commit is contained in:
parent
bc0628c9b4
commit
0e2c68da64
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ xflags::xflags! {
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd ssr {
|
cmd ssr {
|
||||||
/// A structured search replace rule (`$a.foo($b) ==> bar($a, $b)`)
|
/// A structured search replace rule (`$a.foo($b) ==>> bar($a, $b)`)
|
||||||
repeated rule: SsrRule
|
repeated rule: SsrRule
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue