Skip to content

Commit e91a46e

Browse files
committed
Clean up a bit
1 parent 50fd860 commit e91a46e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_project_model/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ authors = ["Aleksey Kladov <[email protected]>"]
88
log = "0.4.5"
99
rustc-hash = "1.0"
1010

11-
# TODO get rid of these?
1211
failure = "0.1.4"
13-
failure_derive = "0.1.4"
1412

1513
walkdir = "2.2.7"
1614

crates/ra_project_model/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub use crate::{
1313
sysroot::Sysroot,
1414
};
1515

16-
// TODO use own error enum?
16+
// TODO use proper error enum
1717
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
1818

1919
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)