mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
switch editor to 2018
This commit is contained in:
parent
9434920648
commit
1624bf2d7f
10 changed files with 14 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
use ra_syntax::{File, TextUnit, TextRange};
|
||||
pub use _test_utils::*;
|
||||
use LocalEdit;
|
||||
pub use crate::_test_utils::*;
|
||||
use crate::LocalEdit;
|
||||
|
||||
pub fn check_action<F: Fn(&File, TextUnit) -> Option<LocalEdit>> (
|
||||
before: &str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue