aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/structure.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ImplItem to ImplBlockFlorian Diebold2019-01-041-3/+3
| | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion.
* move symbols to ra_analysisAleksey Kladov2019-01-021-0/+129