mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +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 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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue