From 6c87ab960dcfdaa9727d692dabd4196851ecef95 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 12 Dec 2023 00:57:35 +0200 Subject: chore(tvix/glue): allow unused_variables cl/9364 did introduce a warning here, which is visible when building in release mode - or invoking `cargo bench` in tvix-glue. Change-Id: Ia82082a58543f0fdd32866fdfcd37d0a5fdfda9c Reviewed-on: https://cl.tvl.fyi/c/depot/+/10261 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/glue/src/known_paths.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/glue/src') diff --git a/tvix/glue/src/known_paths.rs b/tvix/glue/src/known_paths.rs index df9f23f3cf6e..a01f8007ebd7 100644 --- a/tvix/glue/src/known_paths.rs +++ b/tvix/glue/src/known_paths.rs @@ -94,6 +94,7 @@ impl KnownPaths { // These variant combinations require no "merging action". (PathKind::Plain, PathKind::Plain) => (), + #[allow(unused_variables)] ( PathKind::Output { name: name1, -- cgit 1.4.1