Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0e2c68d

Browse files
Fix rust-analzyer ssr help message
1 parent bc0628c commit 0e2c68d

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
@@ -113,7 +113,7 @@ xflags::xflags! {
113113
}
114114

115115
cmd ssr {
116-
/// A structured search replace rule (`$a.foo($b) ==> bar($a, $b)`)
116+
/// A structured search replace rule (`$a.foo($b) ==>> bar($a, $b)`)
117117
repeated rule: SsrRule
118118
}
119119

0 commit comments

Comments
 (0)