aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/ok/0065_comment_newline.rs
Commit message (Collapse)AuthorAgeFilesLines
* Attach doc-comment to declaration if there are newlines in betweenLeander Tentrup2020-03-311-0/+3
This commit changes the parser to attach doc-comments to the corresponding declaration in case there are newlines in between the doc-comment and the declaration.