Krishna Veera Reddy 84a60c3186 Prevent replace_consts lint within match patterns
Currently `replace_consts` lint applies within match patterns but
the suggestion is incorrect as function calls are disallowed in
them. To fix this we prevent the lint from firing within patterns.
2019-12-31 10:33:15 -08:00
..
2019-11-13 21:44:29 +03:00
2019-12-23 05:28:23 +07:00
2019-12-24 03:06:52 +07:00