demode vec
This commit is contained in:
parent
6c15dd6d82
commit
21519bc7e0
83 changed files with 541 additions and 464 deletions
|
@ -696,7 +696,7 @@ priv impl Deserializer {
|
|||
|
||||
fn pop(&self) -> &self/Json {
|
||||
if self.stack.len() == 0 { self.stack.push(&self.json); }
|
||||
vec::pop(self.stack)
|
||||
self.stack.pop()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue