do not add expansions behind module boundaries until the modules are added
This commit is contained in:
@@ -248,3 +248,11 @@ macro_rules! get_level_and_unify {
|
||||
Line::Cut(CutInstruction::GetLevelAndUnify($r))
|
||||
)
|
||||
}
|
||||
|
||||
macro_rules! discard_result {
|
||||
($f: expr) => (
|
||||
match $f {
|
||||
_ => ()
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user