From b0bbff20bda88e336aef021a942b12b6cb5cc0fe Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 13 Dec 2020 22:55:37 +0200 Subject: [PATCH] [TEMP] make type Copy but we prolly shouldn't - REVISE --- nucleus/src/caps/derivation_tree.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucleus/src/caps/derivation_tree.rs b/nucleus/src/caps/derivation_tree.rs index e252838..3ff3432 100644 --- a/nucleus/src/caps/derivation_tree.rs +++ b/nucleus/src/caps/derivation_tree.rs @@ -49,7 +49,7 @@ register_bitfields! { } /// Wrapper for CapDerivationNode -#[derive(Clone, Debug)] +#[derive(Clone, Debug, Copy)] pub struct DerivationTreeNode(LocalRegisterCopy); /// Errors that may happen in capability derivation tree operations.