revert unhelpful #[inline]

This commit is contained in:
Andrew Dirksen 2018-11-19 10:15:37 -08:00
parent 510735f63b
commit 76c104ddc0
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ impl<T> StackWithLimit<T> {
ret
}
#[inline]
pub(crate) fn pop(&mut self) -> Option<T> {
debug_assert!(
self.stack.len() <= self.limit,