aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/parsing/lexer/numbers.rs
Commit message (Collapse)AuthorAgeFilesLines
* kill old lexerAleksey Kladov2019-07-221-66/+0
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-4/+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: clean up warningscsmoe2019-06-061-3/+3
| | | | Change-Id: I91a468f6e846ac28574825b8ee7aa02fbff68f63
* move all parsing related bits to a separate moduleAleksey Kladov2019-02-201-0/+69