Skip to content

Commit

Permalink
Remove unused test-struct
Browse files Browse the repository at this point in the history
  • Loading branch information
avl committed Aug 3, 2024
1 parent 049dea2 commit 31a0e19
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions savefile-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ mod test_versioning;
#[cfg(not(miri))]
mod ext_benchmark;

#[derive(Debug, Savefile, PartialEq)]
struct NonCopy {
ncfield: u8,
}

use std::io::BufWriter;
use std::io::Cursor;

Expand Down

0 comments on commit 31a0e19

Please sign in to comment.