rustdoc: migrate item_union
to an Askama template
This commit is contained in:
parent
19f9f658d6
commit
c325fda0bf
4 changed files with 382 additions and 291 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue