mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
remove reesports
This commit is contained in:
parent
220d285b4a
commit
70333c8edf
4 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
extern crate clap;
|
||||
#[macro_use]
|
||||
extern crate failure;
|
||||
extern crate libsyntax2;
|
||||
extern crate libeditor;
|
||||
extern crate tools;
|
||||
|
||||
|
@ -10,7 +11,8 @@ use std::{
|
|||
};
|
||||
use clap::{App, Arg, SubCommand};
|
||||
use tools::collect_tests;
|
||||
use libeditor::{File, syntax_tree, file_structure};
|
||||
use libsyntax2::File;
|
||||
use libeditor::{syntax_tree, file_structure};
|
||||
|
||||
type Result<T> = ::std::result::Result<T, failure::Error>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue