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 highlights;
mod injector; mod injector;
mod format; mod format;
mod html;
mod injection; mod injection;
mod macro_rules; mod macro_rules;
pub(crate) mod tags;
mod html;
#[cfg(test)] #[cfg(test)]
mod tests; mod tests;