We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413a351 commit 373a4eeCopy full SHA for 373a4ee
src/memory.rs
@@ -6,7 +6,7 @@ use rustc_target::abi::Size;
6
use crate::{stacked_borrows, intptrcast};
7
use crate::stacked_borrows::Tag;
8
9
-#[derive(Default, Clone, Debug)]
+#[derive(Clone, Debug)]
10
pub struct MemoryExtra {
11
pub stacked_borrows: stacked_borrows::MemoryExtra,
12
pub intptrcast: intptrcast::MemoryExtra,
0 commit comments