Re-export Origin to replace ExpansionOrigin

This commit is contained in:
Edwin Cheng 2019-12-15 01:46:39 +08:00
parent 61360fdfec
commit b53587c7bd
4 changed files with 11 additions and 17 deletions

View file

@ -104,6 +104,7 @@ impl Shift {
}
}
#[derive(Debug, Eq, PartialEq)]
pub enum Origin {
Def,
Call,