From 2ff93f48941ac3ea8ff879366c231235bdc2ef5e Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 25 Jul 2024 21:31:48 +0200 Subject: [PATCH] Fix clippy with disabled halo2 (#1614) --- pipeline/src/test_util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/src/test_util.rs b/pipeline/src/test_util.rs index d89b559d7..fc34b9112 100644 --- a/pipeline/src/test_util.rs +++ b/pipeline/src/test_util.rs @@ -200,7 +200,7 @@ pub fn test_halo2_with_backend_variant( #[cfg(not(feature = "halo2"))] pub fn test_halo2_with_backend_variant( _pipeline: Pipeline, - backend_variant: BackendVariant, + _backend_variant: BackendVariant, ) { }