Skip to content

Commit

Permalink
Fix rustfmt?
Browse files Browse the repository at this point in the history
  • Loading branch information
saona-raimundo committed Jan 11, 2022
1 parent 5a02e37 commit 1c67f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/parser/src/ast/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ impl Resolver {
}
let mut docs = String::new();
for doc in doc.docs.iter() {
// Comments which are not doc-comments are silently ignored
// Comments which are not doc-comments are silently ignored
if let Some(doc) = doc.strip_prefix("///") {
docs.push_str(doc.trim_start_matches('/').trim());
docs.push('\n');
Expand Down

0 comments on commit 1c67f77

Please sign in to comment.