Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jsha
rustdoc: migrate `document_type_layout` to askama
This commit is contained in:
commit
684bdf87f4
5 changed files with 154 additions and 116 deletions
|
@ -32,6 +32,7 @@ mod context;
|
|||
mod print_item;
|
||||
mod sidebar;
|
||||
mod span_map;
|
||||
mod type_layout;
|
||||
mod write_shared;
|
||||
|
||||
pub(crate) use self::context::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue