structure moved to ra_ide_api

ra_ide_api_light removed completely
This commit is contained in:
Sergey Parilin 2019-03-22 15:54:26 +03:00
parent afe96b75ea
commit 36cb58f76d
10 changed files with 7 additions and 79 deletions

View file

@ -5,7 +5,7 @@ use std::{fs, io::Read, path::Path, time::Instant};
use clap::{App, Arg, SubCommand};
use join_to_string::join;
use ra_ide_api::{Analysis, FileRange};
use ra_ide_api_light::file_structure;
use ra_ide_api::file_structure;
use ra_syntax::{SourceFile, TextRange, TreeArc, AstNode};
use tools::collect_tests;
use flexi_logger::Logger;