aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation/unescape.rs
Commit message (Collapse)AuthorAgeFilesLines
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
|
* share literal validation logic with compilerAleksey Kladov2019-05-071-0/+521