Cut problematic dependency

This commit is contained in:
Aleksey Kladov 2020-06-23 18:56:26 +02:00
parent fdf86aee18
commit 84cd28fddc
6 changed files with 31 additions and 15 deletions

View file

@ -19,7 +19,6 @@ use serde_json::Value;
use text_size::{TextRange, TextSize};
pub use difference::Changeset as __Changeset;
pub use ra_cfg::CfgOptions;
pub use rustc_hash::FxHashMap;
pub use crate::fixture::Fixture;