Skip to content

Commit ca797d2

Browse files
committed
Auto merge of rust-lang#15295 - bernardosulzbach:fix-ssr-help-message, r=lnicola
Fix rust-analzyer ssr help message It's missing a `>`, so ``` > rust-analyzer ssr '''$a.foo($b) ==> bar($a, $b)''' can't parse `rule`, Parse error: Cannot find delimiter `==>>` ``` happens.
2 parents bc0628c + 0e2c68d commit ca797d2

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)