aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/tests
Commit message (Collapse)AuthorAgeFilesLines
* plug new boilerplate_gen into ra_toolsAleksey Kladov2019-08-191-2/+2
|
* 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
* rename tools -> ra_toolsAleksey Kladov2019-06-101-0/+46
This should help with caching on CI I hope (see .travis.yml before_cache)