diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-04-04 14:44:45 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-04-04 14:44:45 +0200 |
| commit | aff2bc7a8815b89dd8dccf2564f5178118c1a3ec (patch) | |
| tree | ad2d6870dec23c0f56d0ed0f22ec38353da899d3 /compiler/rustc_lexer/src/lib.rs | |
| parent | a4166dabaae56ab0d35a7825c3e7008778eacf34 (diff) | |
| download | rust-aff2bc7a8815b89dd8dccf2564f5178118c1a3ec.tar.gz rust-aff2bc7a8815b89dd8dccf2564f5178118c1a3ec.zip | |
Replace `rustc_lexer/unescape` with `rustc-literal-escaper` crate
Diffstat (limited to 'compiler/rustc_lexer/src/lib.rs')
| -rw-r--r-- | compiler/rustc_lexer/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_lexer/src/lib.rs b/compiler/rustc_lexer/src/lib.rs index 61638e45253..f9c71b2fa65 100644 --- a/compiler/rustc_lexer/src/lib.rs +++ b/compiler/rustc_lexer/src/lib.rs @@ -26,7 +26,6 @@ // tidy-alphabetical-end mod cursor; -pub mod unescape; #[cfg(test)] mod tests; |
