remove SCCCutPolicy panic, revise (;)/2 so that comma'ed cuts are handled properly (#361)
This commit is contained in:
@@ -2280,7 +2280,8 @@ impl MachineState {
|
||||
}
|
||||
}
|
||||
}
|
||||
None => panic!("expected SCCCutPolicy trait object."),
|
||||
None => {
|
||||
}
|
||||
};
|
||||
|
||||
self.fail = true;
|
||||
|
||||
Reference in New Issue
Block a user