mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
grand module rename
This commit is contained in:
parent
93c0b7d794
commit
4cbc902fcc
15 changed files with 0 additions and 0 deletions
13
crates/ra_syntax/src/string_lexing.rs
Normal file
13
crates/ra_syntax/src/string_lexing.rs
Normal file
|
@ -0,0 +1,13 @@
|
|||
mod parser;
|
||||
mod byte;
|
||||
mod byte_string;
|
||||
mod char;
|
||||
mod string;
|
||||
|
||||
pub use self::{
|
||||
byte::parse_byte_literal,
|
||||
byte_string::parse_byte_string_literal,
|
||||
char::parse_char_literal,
|
||||
parser::{CharComponent, CharComponentKind, StringComponent, StringComponentKind},
|
||||
string::parse_string_literal,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue