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 1dfbc53 commit 9d5e409Copy full SHA for 9d5e409
sdk/pinocchio/src/sysvars/slot_hashes/test_utils.rs
@@ -12,7 +12,8 @@ use std::vec::Vec;
12
/// Account fields are private, so this struct allows more readable
13
/// use of them in tests.
14
#[repr(C)]
15
-#[derive(Clone, Copy)]
+#[cfg_attr(feature = "copy", derive(Copy))]
16
+#[derive(Clone)]
17
pub struct AccountLayout {
18
pub borrow_state: u8,
19
pub is_signer: u8,
0 commit comments