Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #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.
- Loading branch information