From 586a9cea7538dec02b2cad76f367026a445b03d0 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Fri, 8 Oct 2021 23:25:54 -0700 Subject: Move template initialization into its own file. --- src/librustdoc/html/render/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/librustdoc/html/render/mod.rs') diff --git a/src/librustdoc/html/render/mod.rs b/src/librustdoc/html/render/mod.rs index 11682afdf89..e4c0ab6f10f 100644 --- a/src/librustdoc/html/render/mod.rs +++ b/src/librustdoc/html/render/mod.rs @@ -31,6 +31,7 @@ mod tests; mod context; mod print_item; mod span_map; +mod templates; mod write_shared; crate use context::*; -- cgit 1.4.1-3-g733a5