Skip to content

Commit

Permalink
Fixed a warning in a derive test that would cause CI to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKoenders committed May 28, 2024
1 parent 6307d6f commit 4183244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/derive_rename.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ extern crate core as bincode;

#[derive(bincode_new::Encode)]
#[bincode(crate = "bincode_new")]
#[allow(dead_code)]
struct DeriveRenameTest {
a: u32,
b: u32,
Expand Down

0 comments on commit 4183244

Please sign in to comment.