deallocate old stack frames (#201), start using tags, fix a panic! associated with partial strings
This commit is contained in:
@@ -66,6 +66,11 @@ impl AndStack {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn truncate(&mut self, len: usize) {
|
||||
self.0.truncate(len);
|
||||
}
|
||||
}
|
||||
|
||||
impl Index<usize> for AndStack {
|
||||
|
||||
Reference in New Issue
Block a user