about summary refs log tree commit diff
path: root/tests/ui/match_as_ref.fixed
AgeCommit message (Collapse)AuthorLines
2019-08-25Fix `match_as_ref` bad suggestionMichael Wright-0/+21
Fixes #4437
2019-04-19Add run-rustfix for match_as_ref lintPhilipp Hansch-0/+14
* Extracts `match_as_ref` into separate file * Adds `// run-rustfix` to `tests/ui/match_as_ref.rs`