]> git.lizzy.rs Git - rust.git/commitdiff
Reorder modules
authorAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 9 Jan 2021 11:45:47 +0000 (14:45 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 9 Jan 2021 11:45:47 +0000 (14:45 +0300)
crates/ide/src/syntax_highlighting.rs

index d73ddf35b2056f5b126e2eb4c87c62aa6af9b30f..086c1245e8c0db60d8a6eb452b052169d94dc04c 100644 (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;