finalize transition to CutPolicy trait object.
This commit is contained in:
@@ -556,3 +556,9 @@ macro_rules! get_cleaner_call {
|
||||
Line::Control(ControlInstruction::GetCleanerCall)
|
||||
)
|
||||
}
|
||||
|
||||
macro_rules! restore_cut_policy {
|
||||
() => (
|
||||
Line::BuiltIn(BuiltInInstruction::RestoreCutPolicy)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user