switch editor to 2018

This commit is contained in:
Aleksey Kladov 2018-10-15 20:05:26 +03:00
parent 9434920648
commit 1624bf2d7f
10 changed files with 14 additions and 13 deletions

View file

@ -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,