diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2023-04-22 10:33:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 10:33:56 +0900 |
| commit | 684bdf87f4431210ef827d68247c50f2a2b0a8d2 (patch) | |
| tree | ab895658609ba17aa6fee9b3c58704472e416086 /src/librustdoc/html/render/mod.rs | |
| parent | 0fd50f3e019dddc47d1d6dbe35c4c1542098d9c5 (diff) | |
| parent | e6664c06813b25c2edd923a8a69d57ae98b6083f (diff) | |
| download | rust-684bdf87f4431210ef827d68247c50f2a2b0a8d2.tar.gz rust-684bdf87f4431210ef827d68247c50f2a2b0a8d2.zip | |
Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jsha
rustdoc: migrate `document_type_layout` to askama
Diffstat (limited to 'src/librustdoc/html/render/mod.rs')
| -rw-r--r-- | src/librustdoc/html/render/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/render/mod.rs b/src/librustdoc/html/render/mod.rs index 463184acaa1..a5f08fdac11 100644 --- a/src/librustdoc/html/render/mod.rs +++ b/src/librustdoc/html/render/mod.rs @@ -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::*; |
