fix(export): override end function implementation
This commit is contained in:
parent
7e76d2f500
commit
ab8eb65fed
1 changed files with 4 additions and 0 deletions
|
|
@ -341,6 +341,10 @@ mod syntect_handler {
|
|||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn end<W: Write>(&mut self, mut w: W, element: &Element<'_>) -> Result<(), E> {
|
||||
self.inner.end(w, element)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue