mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Split out rustc_lexer from rustc_dependencies
This commit is contained in:
parent
af40101841
commit
b97ab00bd4
11 changed files with 22 additions and 28 deletions
|
@ -5,7 +5,7 @@
|
|||
mod block;
|
||||
|
||||
use rowan::Direction;
|
||||
use rustc_dependencies::lexer::unescape::{self, unescape_literal, Mode};
|
||||
use rustc_lexer::unescape::{self, unescape_literal, Mode};
|
||||
|
||||
use crate::{
|
||||
algo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue