mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Clean up a bit
This commit is contained in:
parent
50fd860471
commit
e91a46eb0c
3 changed files with 1 additions and 4 deletions
|
@ -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