[TEMP] make type Copy but we prolly shouldn't - REVISE

This commit is contained in:
Berkus Decker 2020-12-13 22:55:37 +02:00
parent 74730117f2
commit b0bbff20bd
1 changed files with 1 additions and 1 deletions
nucleus/src/caps

View File

@ -49,7 +49,7 @@ register_bitfields! {
}
/// Wrapper for CapDerivationNode
#[derive(Clone, Debug)]
#[derive(Clone, Debug, Copy)]
pub struct DerivationTreeNode(LocalRegisterCopy<u128, CapDerivationNode::Register>);
/// Errors that may happen in capability derivation tree operations.