Decrements depth.
(&mut self)
| 104 | |
| 105 | /// Decrements depth. |
| 106 | pub fn exit_container(&mut self) { |
| 107 | self.depth -= 1; |
| 108 | } |
| 109 | |
| 110 | /// Returns an error appropriate for an unexpected token. |
| 111 | pub fn unexpected_token_error(&self, token: &Token) -> ParseError { |
no outgoing calls
no test coverage detected