move changes to a separate file

This commit is contained in:
Aleksey Kladov 2019-02-08 11:52:18 +03:00
parent 9a1d2a46c2
commit 842e8001b2
4 changed files with 263 additions and 254 deletions

View file

@ -1,4 +1,4 @@
use ra_db::{SourceDatabase};
use ra_db::SourceDatabase;
use ra_syntax::{
AstNode, ast,
algo::find_node_at_offset,