Merge #3338
3338: Renam module r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
7f7d96cffe
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue