Remove relative-path dependency

This commit is contained in:
Aleksey Kladov 2020-06-23 17:01:44 +02:00
parent 3e09dbba94
commit 676e82bb83
4 changed files with 1 additions and 6 deletions

View file

@ -19,7 +19,6 @@ use stdx::split1;
use text_size::{TextRange, TextSize};
pub use ra_cfg::CfgOptions;
pub use relative_path::{RelativePath, RelativePathBuf};
pub use rustc_hash::FxHashMap;
pub use difference::Changeset as __Changeset;