diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2019-07-21 16:46:11 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2019-07-21 16:46:11 +0300 |
| commit | e63fe150bfbce632dd7ff0a656a4180557128e4f (patch) | |
| tree | 170f3255b60200428510d1398c66150b89556e4e /src/libsyntax/parse/mod.rs | |
| parent | 83dfe7b27cf2debecebedd3b038f9a1c2e05e051 (diff) | |
| download | rust-e63fe150bfbce632dd7ff0a656a4180557128e4f.tar.gz rust-e63fe150bfbce632dd7ff0a656a4180557128e4f.zip | |
move unescape module to rustc_lexer
Diffstat (limited to 'src/libsyntax/parse/mod.rs')
| -rw-r--r-- | src/libsyntax/parse/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/mod.rs b/src/libsyntax/parse/mod.rs index 4c4551b1757..225065c1cf1 100644 --- a/src/libsyntax/parse/mod.rs +++ b/src/libsyntax/parse/mod.rs @@ -32,7 +32,6 @@ pub mod token; crate mod classify; crate mod diagnostics; crate mod literal; -crate mod unescape; crate mod unescape_error_reporting; /// Info about a parsing session. |
