aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/src/bin
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
* Fall down of failuresMuhammad Mominul Huque2019-06-151-3/+4
|
* rename tools -> ra_toolsAleksey Kladov2019-06-101-0/+28
This should help with caching on CI I hope (see .travis.yml before_cache)