mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
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:
@@ -1,6 +1,6 @@
|
||||
//! FIXME: write short doc here
|
||||
|
||||
mod highlight;
|
||||
mod tags;
|
||||
mod html;
|
||||
|
||||
use hir::{Name, Semantics};
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user