From 76c104ddc00cf36b131c03d39cb8b70eb35859dd Mon Sep 17 00:00:00 2001 From: Andrew Dirksen Date: Mon, 19 Nov 2018 10:15:37 -0800 Subject: [PATCH] revert unhelpful #[inline] --- src/common/stack.rs | 1 - 1 file changed, 1 deletion(-) 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,