From 9067f76bd63f1405d725115bec885cdc94152509 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Mon, 22 Feb 2021 18:33:35 -0700 Subject: [PATCH] no longer delay verify_attributes for cut instructions (#807) --- src/instructions.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/instructions.rs b/src/instructions.rs index 98002bce..5cdf472d 100644 --- a/src/instructions.rs +++ b/src/instructions.rs @@ -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, -- 2.54.0