3338: Renam module r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2020-02-27 08:47:03 +00:00 committed by GitHub
commit 7f7d96cffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 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;