Rename modules

This commit is contained in:
Aleksey Kladov 2020-07-23 17:23:01 +02:00
parent 38e38d9b29
commit e2030405d5
4 changed files with 9 additions and 8 deletions

View file

@ -5,11 +5,12 @@ use std::{
convert::{TryFrom, TryInto},
};
use rustc_lexer::unescape::{unescape_literal, Mode};
use crate::{
ast::{AstToken, Comment, RawString, String, Whitespace},
TextRange, TextSize,
};
use rustc_lexer::unescape::{unescape_literal, Mode};
impl Comment {
pub fn kind(&self) -> CommentKind {