Skip to content

Commit fb04fcc

Browse files
committed
Self-descriptive verbosity
1 parent 635286a commit fb04fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui_test/src/comments/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn main() {
1212
}
1313
";
1414
let comments = Comments::parse(Path::new("<dummy>"), s);
15-
println!("{:#?}", comments);
15+
println!("parsed comments: {:#?}", comments);
1616
assert_eq!(comments.error_matches[0].definition_line, 4);
1717
assert_eq!(comments.error_matches[0].revision, None);
1818
assert_eq!(

0 commit comments

Comments
 (0)