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 <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2023-12-12 00:57:35 +02:00 committed by clbot
parent ccaf10b4a6
commit 6c87ab960d

View file

@ -94,6 +94,7 @@ impl KnownPaths {
// These variant combinations require no "merging action".
(PathKind::Plain, PathKind::Plain) => (),
#[allow(unused_variables)]
(
PathKind::Output {
name: name1,