aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/display/function_signature.rs
Commit message (Collapse)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+5
| | | | | | 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
* remove inherent source implsAleksey Kladov2019-06-111-3/+4
|
* use Source for FunctionAleksey Kladov2019-06-111-1/+1
|
* Move FunctionSignature to display/function_signatureVille Penttinen2019-04-091-0/+101