Skip to content

Commit 373a4ee

Browse files
committed
Remove default derive for MemoryExtra
1 parent 413a351 commit 373a4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use rustc_target::abi::Size;
66
use crate::{stacked_borrows, intptrcast};
77
use crate::stacked_borrows::Tag;
88

9-
#[derive(Default, Clone, Debug)]
9+
#[derive(Clone, Debug)]
1010
pub struct MemoryExtra {
1111
pub stacked_borrows: stacked_borrows::MemoryExtra,
1212
pub intptrcast: intptrcast::MemoryExtra,

0 commit comments

Comments
 (0)