Skip to content

Commit 026f1fb

Browse files
committed
Fixes
1 parent becea23 commit 026f1fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/target/comment5.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ fn test() {}
1212
//@@@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec adiam
1313
//@@@ lectus. Sed sit amet ipsum mauris. Maecenas congue ligula ac quam
1414
//@@@
15-
//@@@ foo
15+
//@@@foo
1616
fn bar() {}

tests/target/issue-3124.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pub fn fail1() {
22
// Some comment.
3-
/**///
3+
/**/ //
44
}
55

66
pub fn fail2() {

0 commit comments

Comments
 (0)