1
Fork 0

Move template initialization into its own file.

This commit is contained in:
Jacob Hoffman-Andrews 2021-10-08 23:25:54 -07:00
parent 7a938005e1
commit 586a9cea75
4 changed files with 23 additions and 15 deletions

View file

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