mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Clean up a bit
This commit is contained in:
parent
50fd860471
commit
e91a46eb0c
3 changed files with 1 additions and 4 deletions
|
@ -8,9 +8,7 @@ authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|||
log = "0.4.5"
|
||||
rustc-hash = "1.0"
|
||||
|
||||
# TODO get rid of these?
|
||||
failure = "0.1.4"
|
||||
failure_derive = "0.1.4"
|
||||
|
||||
walkdir = "2.2.7"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ pub use crate::{
|
|||
sysroot::Sysroot,
|
||||
};
|
||||
|
||||
// TODO use own error enum?
|
||||
// TODO use proper error enum
|
||||
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue