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:
parent
ccaf10b4a6
commit
6c87ab960d
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ impl KnownPaths {
|
||||||
// These variant combinations require no "merging action".
|
// These variant combinations require no "merging action".
|
||||||
(PathKind::Plain, PathKind::Plain) => (),
|
(PathKind::Plain, PathKind::Plain) => (),
|
||||||
|
|
||||||
|
#[allow(unused_variables)]
|
||||||
(
|
(
|
||||||
PathKind::Output {
|
PathKind::Output {
|
||||||
name: name1,
|
name: name1,
|
||||||
|
|
Loading…
Reference in a new issue