Reorder modules

This commit is contained in:
Aleksey Kladov 2021-01-09 14:45:47 +03:00
parent 64a6ee4535
commit c6150a3706

View file

@ -1,11 +1,13 @@
pub(crate) mod tags;
mod highlights;
mod injector;
mod format;
mod html;
mod injection;
mod macro_rules;
pub(crate) mod tags;
mod html;
#[cfg(test)]
mod tests;