Grand refactoring

This commit is contained in:
Aleksey Kladov 2018-08-29 18:03:14 +03:00
parent 2007ccfcfe
commit 8abf536343
14 changed files with 591 additions and 484 deletions

View file

@ -1,8 +1,8 @@
use libsyntax2::{File, TextUnit};
pub use _test_utils::*;
use ActionResult;
use LocalEdit;
pub fn check_action<F: Fn(&File, TextUnit) -> Option<ActionResult>> (
pub fn check_action<F: Fn(&File, TextUnit) -> Option<LocalEdit>> (
before: &str,
after: &str,
f: F,