mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
Remove unused Debug
impl
This commit is contained in:
parent
f715e430aa
commit
a6b381a11b
@ -252,7 +252,6 @@ pub trait CrateStore: std::fmt::Debug {
|
|||||||
|
|
||||||
pub type CrateStoreDyn = dyn CrateStore + sync::Sync + sync::Send;
|
pub type CrateStoreDyn = dyn CrateStore + sync::Sync + sync::Send;
|
||||||
|
|
||||||
#[derive(Debug)]
|
|
||||||
pub struct Untracked {
|
pub struct Untracked {
|
||||||
pub cstore: RwLock<Box<CrateStoreDyn>>,
|
pub cstore: RwLock<Box<CrateStoreDyn>>,
|
||||||
/// Reference span for definitions.
|
/// Reference span for definitions.
|
||||||
|
Loading…
Reference in New Issue
Block a user