Skip to content

Commit

Permalink
Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Sep 30, 2024
1 parent 8917400 commit 3ba69de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ fn test_lite_runtime() {
test_serialize_deserialize("08 0a", &m);

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

0 comments on commit 3ba69de

Please sign in to comment.