mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Rename modules
This commit is contained in:
parent
38e38d9b29
commit
e2030405d5
4 changed files with 9 additions and 8 deletions
|
@ -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 {
|
Loading…
Add table
Add a link
Reference in a new issue