diff --git a/src/lib.rs b/src/lib.rs index 265ea7b..8fb8e00 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -42,7 +42,7 @@ macro_rules! __def_node_internal { #[inline] #[doc = "Consumes the `node`, returning the wrapped inner"] - pub const fn into_inner(self) -> $type { + pub fn into_inner(self) -> $type { self.inner } }