Skip to content

Commit 082570d

Browse files
committed
chore: Fix Rust 2021 warning
1 parent 1849cd9 commit 082570d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-inline/tests/test_inlining.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fn simple_merge() {
5151
r#"<h1 style="color:red;font-size: 1px;">Big Text</h1>"#
5252
);
5353
let valid = (inlined == option_1) || (inlined == option_2);
54-
assert!(valid, inlined);
54+
assert!(valid, "{}", inlined);
5555
}
5656

5757
#[test]

0 commit comments

Comments
 (0)