Drop rustc_hashes dependency

This commit is contained in:
Laurențiu Nicola 2025-03-24 08:28:52 +02:00
parent 37acea8052
commit 7af69a1952
2 changed files with 0 additions and 4 deletions

View file

@ -18,9 +18,6 @@ extern crate ra_ap_rustc_parse_format as rustc_parse_format;
#[cfg(feature = "in-rust-tree")]
extern crate rustc_abi;
#[cfg(feature = "in-rust-tree")]
extern crate rustc_hashes;
#[cfg(not(feature = "in-rust-tree"))]
extern crate ra_ap_rustc_abi as rustc_abi;