This commit is contained in:
Chris Wong 2015-04-10 20:21:09 +12:00
parent 180becbee4
commit d7d5679e6e

View file

@ -70,7 +70,7 @@ impl<'cx> Renderer<'cx> {
stmts
}
/// Pushes an statement, flushing the tail buffer in the process.
/// Pushes a statement, flushing the tail buffer in the process.
fn push(&mut self, stmt: P<Stmt>) {
self.flush();
self.stmts.push(stmt);