mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
more clippy things
This commit is contained in:
parent
e30893b66e
commit
4db48d9f13
5 changed files with 5 additions and 5 deletions
|
@ -137,7 +137,7 @@ fn comments_or_new_lines_to_docs<'a>(
|
|||
match comment_or_new_line {
|
||||
DocComment(doc_str) => {
|
||||
docs.push_str(doc_str);
|
||||
docs.push_str("\n");
|
||||
docs.push('\n');
|
||||
}
|
||||
Newline | LineComment(_) => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue