From 4cbc902fcc9de79893779582dac01351d1137c7f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 8 Dec 2018 19:30:35 +0300 Subject: grand module rename --- crates/ra_syntax/src/string_lexing/mod.rs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 crates/ra_syntax/src/string_lexing/mod.rs (limited to 'crates/ra_syntax/src/string_lexing') diff --git a/crates/ra_syntax/src/string_lexing/mod.rs b/crates/ra_syntax/src/string_lexing/mod.rs deleted file mode 100644 index 94853331f..000000000 --- a/crates/ra_syntax/src/string_lexing/mod.rs +++ /dev/null @@ -1,13 +0,0 @@ -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, -}; -- cgit v1.2.3