Parse doc comments

This commit is contained in:
Richard Feldman 2020-05-23 21:42:30 -04:00
parent 4d8cbc4811
commit 3dac73d8d0
5 changed files with 138 additions and 67 deletions

View file

@ -407,7 +407,7 @@ pub fn empty_line_before_expr<'a>(expr: &'a Expr<'a>) -> bool {
has_at_least_one_newline = true;
}
}
CommentOrNewline::LineComment(_) => {}
CommentOrNewline::LineComment(_) | CommentOrNewline::DocComment(_) => {}
}
}