Skip to content

Commit

Permalink
Fix rust-analzyer ssr help message
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardosulzbach committed Jul 16, 2023
1 parent bc0628c commit 0e2c68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rust-analyzer/src/cli/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ xflags::xflags! {
}

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
}

Expand Down

0 comments on commit 0e2c68d

Please sign in to comment.