Skip to content

Commit 1c67f77

Browse files
Fix rustfmt?
1 parent 5a02e37 commit 1c67f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/parser/src/ast/resolve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ impl Resolver {
514514
}
515515
let mut docs = String::new();
516516
for doc in doc.docs.iter() {
517-
// Comments which are not doc-comments are silently ignored
517+
// Comments which are not doc-comments are silently ignored
518518
if let Some(doc) = doc.strip_prefix("///") {
519519
docs.push_str(doc.trim_start_matches('/').trim());
520520
docs.push('\n');

0 commit comments

Comments
 (0)