Skip to content

Commit 51e0916

Browse files
Remove unnecessary println change
1 parent c432a0a commit 51e0916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/round_trip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn test_graphviz() {
5656
if path.exists() {
5757
println!("Skipping {path:?}");
5858
} else {
59-
println!("{}", egraph.to_dot());
59+
println!("Writing to {path:?}");
6060
egraph.to_svg_file(path).unwrap();
6161
}
6262
}

0 commit comments

Comments
 (0)