mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
Reorder modules
This commit is contained in:
parent
64a6ee4535
commit
c6150a3706
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue