[thin_check (rust)] BTree values must now implement Copy
This commit is contained in:
@@ -49,7 +49,7 @@ impl Unpack for SMRoot {
|
||||
|
||||
//------------------------------------------
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct IndexEntry {
|
||||
pub blocknr: u64,
|
||||
pub nr_free: u32,
|
||||
|
||||
Reference in New Issue
Block a user