Auto merge of #92526 - djc:rustdoc-askama, r=jsha
Migrate rustdoc from Tera to Askama See #84419. Should probably get a benchmarking run to verify if it has the intended effect on rustdoc performance. cc `@jsha` `@jyn514.`
This commit is contained in:
commit
e916815d21
13 changed files with 127 additions and 148 deletions
|
@ -31,7 +31,6 @@ mod tests;
|
|||
mod context;
|
||||
mod print_item;
|
||||
mod span_map;
|
||||
mod templates;
|
||||
mod write_shared;
|
||||
|
||||
crate use self::context::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue