no longer delay verify_attributes for cut instructions (#807)

This commit is contained in:
Mark Thom
2021-02-22 18:33:35 -07:00
parent 6c447da730
commit 9067f76bd6

View File

@@ -175,7 +175,6 @@ impl Line {
#[inline]
pub fn is_head_instr(&self) -> bool {
match self {
&Line::Cut(_) => true,
&Line::Fact(_) => true,
&Line::Query(_) => true,
_ => false,