Skip to content

Commit a6b381a

Browse files
committed
Remove unused Debug impl
1 parent f715e43 commit a6b381a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_session/src/cstore.rs

-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ pub trait CrateStore: std::fmt::Debug {
252252

253253
pub type CrateStoreDyn = dyn CrateStore + sync::Sync + sync::Send;
254254

255-
#[derive(Debug)]
256255
pub struct Untracked {
257256
pub cstore: RwLock<Box<CrateStoreDyn>>,
258257
/// Reference span for definitions.

0 commit comments

Comments
 (0)