1
Fork 0

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:
bors 2022-01-13 00:29:34 +00:00
commit e916815d21
13 changed files with 127 additions and 148 deletions

View file

@ -31,7 +31,6 @@ mod tests;
mod context;
mod print_item;
mod span_map;
mod templates;
mod write_shared;
crate use self::context::*;