mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Switch to in-tree rustc dependencies with a cfg flag
This commit is contained in:
parent
12e28c3575
commit
f4704bc8ae
18 changed files with 118 additions and 31 deletions
|
@ -5,7 +5,7 @@
|
|||
mod block;
|
||||
|
||||
use rowan::Direction;
|
||||
use rustc_lexer::unescape::{self, unescape_literal, Mode};
|
||||
use rustc_dependencies::lexer::unescape::{self, unescape_literal, Mode};
|
||||
|
||||
use crate::{
|
||||
algo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue