rust/crates/ra_ssr
David Lattimore fa1e411322 SSR: Wrap placeholder expansions in parenthesis when necessary
e.g. `foo($a) ==> $a.to_string()` should produce `(1 + 2).to_string()`
not `1 + 2.to_string()`

We don't yet try to determine if the whole replacement needs to be
wrapped in parenthesis. That's harder and I think perhaps less often an
issue.
2020-07-30 20:32:01 +10:00
..
src SSR: Wrap placeholder expansions in parenthesis when necessary 2020-07-30 20:32:01 +10:00
Cargo.toml SSR: Use expect! in tests 2020-07-24 21:34:00 +10:00