revert unhelpful #[inline]
This commit is contained in:
parent
510735f63b
commit
76c104ddc0
|
@ -91,7 +91,6 @@ impl<T> StackWithLimit<T> {
|
||||||
ret
|
ret
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
|
||||||
pub(crate) fn pop(&mut self) -> Option<T> {
|
pub(crate) fn pop(&mut self) -> Option<T> {
|
||||||
debug_assert!(
|
debug_assert!(
|
||||||
self.stack.len() <= self.limit,
|
self.stack.len() <= self.limit,
|
||||||
|
|
Loading…
Reference in New Issue