Renam module

This commit is contained in:
Aleksey Kladov 2020-02-27 09:46:34 +01:00
parent 2180591593
commit 2374f8ddd8
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
//! FIXME: write short doc here
mod highlight;
mod tags;
mod html;
use hir::{Name, Semantics};
@ -17,7 +17,7 @@ use rustc_hash::FxHashMap;
use crate::{references::classify_name_ref, FileId};
pub use highlight::{Highlight, HighlightModifier, HighlightModifiers, HighlightTag};
pub use tags::{Highlight, HighlightModifier, HighlightModifiers, HighlightTag};
pub(crate) use html::highlight_as_html;