diff options
author | Aleksey Kladov <[email protected]> | 2020-07-08 18:09:42 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-08 18:32:36 +0100 |
commit | dab7f3d2c6cd035f446fbdcda2442954da4afd3a (patch) | |
tree | 4b90fb312b32dd8431140f52265c44c580e0a588 /crates/ra_db/src | |
parent | 7ae696ba7642aba92c2eed012d9e02c09bab7460 (diff) |
Remove relative_path dependency
Diffstat (limited to 'crates/ra_db/src')
-rw-r--r-- | crates/ra_db/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_db/src/lib.rs b/crates/ra_db/src/lib.rs index 3a8fd44c4..f25be24fe 100644 --- a/crates/ra_db/src/lib.rs +++ b/crates/ra_db/src/lib.rs | |||
@@ -16,7 +16,6 @@ pub use crate::{ | |||
16 | SourceRoot, SourceRootId, | 16 | SourceRoot, SourceRootId, |
17 | }, | 17 | }, |
18 | }; | 18 | }; |
19 | pub use relative_path::{RelativePath, RelativePathBuf}; | ||
20 | pub use salsa; | 19 | pub use salsa; |
21 | pub use vfs::{file_set::FileSet, VfsPath}; | 20 | pub use vfs::{file_set::FileSet, VfsPath}; |
22 | 21 | ||