Remove unused Debug impl

This commit is contained in:
Oli Scherer 2023-02-21 08:13:50 +00:00
parent f715e430aa
commit a6b381a11b

View file

@ -252,7 +252,6 @@ fn expn_hash_to_expn_id(
pub type CrateStoreDyn = dyn CrateStore + sync::Sync + sync::Send;
#[derive(Debug)]
pub struct Untracked {
pub cstore: RwLock<Box<CrateStoreDyn>>,
/// Reference span for definitions.