1
Fork 0

Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jsha

rustdoc: migrate `document_type_layout` to askama
This commit is contained in:
Yuki Okushi 2023-04-22 10:33:56 +09:00 committed by GitHub
commit 684bdf87f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 154 additions and 116 deletions

View file

@ -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::*;