diff --git a/src/common/stack.rs b/src/common/stack.rs index 54c83e4..9d7fd2e 100644 --- a/src/common/stack.rs +++ b/src/common/stack.rs @@ -91,7 +91,6 @@ impl StackWithLimit { ret } - #[inline] pub(crate) fn pop(&mut self) -> Option { debug_assert!( self.stack.len() <= self.limit,