diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-10-11 18:47:14 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-07 13:59:13 +0100 |
| commit | cc9c139694389c8df158640d4bcc20a2fe31f1ea (patch) | |
| tree | 4aa8875175cf03b7dc5562cf538588f63edc4ddb /src/libsyntax/parse/mod.rs | |
| parent | 27f97aa468b5079bfd159e6fee9a04d5501a8818 (diff) | |
| download | rust-cc9c139694389c8df158640d4bcc20a2fe31f1ea.tar.gz rust-cc9c139694389c8df158640d4bcc20a2fe31f1ea.zip | |
move syntax::{parse::literal -> util::literal}
Diffstat (limited to 'src/libsyntax/parse/mod.rs')
| -rw-r--r-- | src/libsyntax/parse/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/parse/mod.rs b/src/libsyntax/parse/mod.rs index 44fd39448e5..18550762017 100644 --- a/src/libsyntax/parse/mod.rs +++ b/src/libsyntax/parse/mod.rs @@ -24,8 +24,6 @@ mod tests; pub mod parser; pub mod lexer; -crate mod literal; - #[derive(Clone)] pub struct Directory<'a> { pub path: Cow<'a, Path>, |
