diff options
author | Wilco Kusee <[email protected]> | 2020-01-08 13:04:47 +0000 |
---|---|---|
committer | Wilco Kusee <[email protected]> | 2020-01-08 13:06:08 +0000 |
commit | 003620f0d61c1c8792453294d9b2ef535afc2831 (patch) | |
tree | 37f5d4ab7f215e2ff775ac632a8f6d4be89f994e /crates/ra_db | |
parent | e7bb82c3a494e08cbcd283b8292579a9cf0bb1a3 (diff) |
Use downcasting for CargoTomlNotFoundError
Diffstat (limited to 'crates/ra_db')
-rw-r--r-- | crates/ra_db/src/lib.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/ra_db/src/lib.rs b/crates/ra_db/src/lib.rs index db55c3bb2..21341b769 100644 --- a/crates/ra_db/src/lib.rs +++ b/crates/ra_db/src/lib.rs | |||
@@ -10,10 +10,7 @@ use ra_syntax::{ast, Parse, SourceFile, TextRange, TextUnit}; | |||
10 | 10 | ||
11 | pub use crate::{ | 11 | pub use crate::{ |
12 | cancellation::Canceled, | 12 | cancellation::Canceled, |
13 | input::{ | 13 | input::{CrateGraph, CrateId, Dependency, Edition, Env, FileId, SourceRoot, SourceRootId}, |
14 | CrateGraph, CrateId, Dependency, Edition, Env, FileId, ParseEditionError, SourceRoot, | ||
15 | SourceRootId, | ||
16 | }, | ||
17 | }; | 14 | }; |
18 | pub use relative_path::{RelativePath, RelativePathBuf}; | 15 | pub use relative_path::{RelativePath, RelativePathBuf}; |
19 | pub use salsa; | 16 | pub use salsa; |