mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
rename
This commit is contained in:
parent
e482812423
commit
2d41bc3e6c
8 changed files with 9 additions and 9 deletions
|
@ -11,4 +11,4 @@ superslice = "0.1.0"
|
|||
libsyntax2 = { path = "../libsyntax2" }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_eq_text = { path = "../assert_eq_text" }
|
||||
test_utils = { path = "../test_utils" }
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
extern crate libeditor;
|
||||
extern crate libsyntax2;
|
||||
#[macro_use]
|
||||
extern crate assert_eq_text;
|
||||
extern crate test_utils;
|
||||
|
||||
use assert_eq_text::{assert_eq_dbg};
|
||||
use test_utils::{assert_eq_dbg};
|
||||
use libsyntax2::{File, TextUnit, TextRange};
|
||||
use libeditor::{
|
||||
ActionResult,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue