From f6cd66644921e754bbdf9bf687d54ab0153655d0 Mon Sep 17 00:00:00 2001 From: imrn99 <95699343+imrn99@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:05:11 +0200 Subject: [PATCH] literaly a false positive from cargo fuck you --- integraal/src/structure/implementations.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integraal/src/structure/implementations.rs b/integraal/src/structure/implementations.rs index 8001f47..7352866 100644 --- a/integraal/src/structure/implementations.rs +++ b/integraal/src/structure/implementations.rs @@ -201,7 +201,7 @@ fn values_uniform_arm( method: &ComputeMethod, ) -> Result { let DomainDescriptor::Uniform { - start: _, + start, step, n_step, } = domain