aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/diagnostics.rs
Commit message (Collapse)AuthorAgeFilesLines
* avoid allocating an unnecessary intermediate vector & not traverse multiple ↵gfreezy2018-12-301-62/+72
| | | | times
* implement struct shorthand initialization diagnosticgfreezy2018-12-301-0/+266