Skip to content

Commit 9a8cc7e

Browse files
xxchanytmimi
authored andcommitted
resolve comments
1 parent 0576b48 commit 9a8cc7e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tests/source/issue-5835.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// rustfmt-wrap_comments: true
2+
3+
/// . a
4+
pub fn foo() {}
5+
16
pub fn main() {
27
// . a
38
}

tests/target/issue-5835.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// rustfmt-wrap_comments: true
2+
3+
/// . a
4+
pub fn foo() {}
5+
16
pub fn main() {
27
// . a
38
}

0 commit comments

Comments
 (0)