Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Aug 25, 2023
1 parent 7f9e3bb commit b4f78c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/source/issue-5835.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// rustfmt-wrap_comments: true

/// . a
pub fn foo() {}

pub fn main() {
// . a
}
5 changes: 5 additions & 0 deletions tests/target/issue-5835.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// rustfmt-wrap_comments: true

/// . a
pub fn foo() {}

pub fn main() {
// . a
}

0 comments on commit b4f78c7

Please sign in to comment.