diff options
Diffstat (limited to 'ops/lib.rs')
-rw-r--r-- | ops/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ops/lib.rs b/ops/lib.rs index 7d4e77f90..298327af2 100644 --- a/ops/lib.rs +++ b/ops/lib.rs @@ -79,7 +79,6 @@ impl Op { Err(BailoutReason::FastUnsupportedParamType) => { optimizer.fast_compatible = false; } - Err(err) => return quote!(compile_error!(#err);), }; let Self { |