mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Reorder modules
This commit is contained in:
parent
64a6ee4535
commit
c6150a3706
@ -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 New Issue
Block a user