Skip to content

Commit 3ba69de

Browse files
committed
Warnings
1 parent 8917400 commit 3ba69de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-crates/protobuf-codegen-protoc-test/src/common/v2/test_lite_runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ fn test_lite_runtime() {
99
test_serialize_deserialize("08 0a", &m);
1010

1111
// test it doesn't crash
12-
format!("{:?}", m);
12+
let _ = format!("{:?}", m);
1313
}

0 commit comments

Comments
 (0)