aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/line_index_utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* Clippy trivially_copy_pass_by_refJeremy Kolb2019-07-051-2/+2
|
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-3/+2
|
* 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
* Fix clippy::match_ref_patsAlan Du2019-06-041-6/+6
|
* line_index and line_index_utils moved to ra_ide_apiSergey Parilin2019-03-221-0/+330