aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+3
| | | | | | 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
* Fall down of failuresMuhammad Mominul Huque2019-06-151-7/+7
|
* rename tools -> ra_toolsAleksey Kladov2019-06-101-0/+290
This should help with caching on CI I hope (see .travis.yml before_cache)