1
Fork 0

rustdoc: migrate item_union to an Askama template

This commit is contained in:
Michael Howell 2023-04-03 21:20:45 -07:00
parent 19f9f658d6
commit c325fda0bf
4 changed files with 382 additions and 291 deletions

View file

@ -136,10 +136,6 @@ impl Buffer {
self.into_inner()
}
pub(crate) fn is_for_html(&self) -> bool {
self.for_html
}
pub(crate) fn reserve(&mut self, additional: usize) {
self.buffer.reserve(additional)
}