Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/shuffle_crate_graph.rs')
| -rw-r--r-- | crates/ide/src/shuffle_crate_graph.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide/src/shuffle_crate_graph.rs b/crates/ide/src/shuffle_crate_graph.rs index 51ecc4001f..d94b15f60c 100644 --- a/crates/ide/src/shuffle_crate_graph.rs +++ b/crates/ide/src/shuffle_crate_graph.rs @@ -34,7 +34,6 @@ pub(crate) fn shuffle_crate_graph(db: &mut RootDatabase) { data.edition, data.display_name.clone(), data.version.clone(), - data.crate_root_path.clone(), data.cfg_options.clone(), data.potential_cfg_options.clone(), data.env.clone(), |