aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/flip_eq_operands.rs
Commit message (Collapse)AuthorAgeFilesLines
* Target only the actual operator.Marco Groppo2019-03-241-12/+11
| | | | | Renamed `BinExpr::op()` and `PrefixExpr::op()` to `op_kind`. Now `op()` returns the `SyntaxNode`.
* Minor formatting changes.Marco Groppo2019-03-241-1/+1
|
* Assist to flip equality (==) and negative equality (!=) operands.Marco Groppo2019-03-241-0/+87