Add Debug to LocalOrImport.

This commit is contained in:
Nick Lewycky 2019-08-05 13:00:21 -07:00
parent 9fcb06a270
commit bf79c0f26d

View File

@ -511,6 +511,7 @@ impl TypedIndex for SigIndex {
}
}
#[derive(Debug)]
pub enum LocalOrImport<T>
where
T: LocalImport,