remove Def

This commit is contained in:
Aleksey Kladov 2019-03-12 12:36:37 +03:00
parent f96df105ea
commit e9e792f2d7
2 changed files with 0 additions and 6 deletions

View file

@ -62,11 +62,6 @@ impl Crate {
}
}
#[derive(Debug)]
pub enum Def {
Item,
}
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub struct Module {
pub(crate) krate: Crate,