From 69e4a7881843478916fc2b62d55bba66e393ad38 Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 24 Apr 2024 16:05:45 +0200 Subject: chore(3p/sources): Bump channels & overlays - //tvix: address new clippy lints - //users/tazjin: Satisfy gonic module's new need for a playlist folder. - //users/aspen/games: adjust for changed location of df's default init.txt and d_init.txt. Change-Id: I00a2adb506ae866206fb6f88c39c9a6af320380f Reviewed-on: https://cl.tvl.fyi/c/depot/+/11509 Reviewed-by: tazjin Autosubmit: sterni Tested-by: BuildkiteCI Reviewed-by: aspen --- tvix/castore/src/fs/virtiofs.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/castore/src') diff --git a/tvix/castore/src/fs/virtiofs.rs b/tvix/castore/src/fs/virtiofs.rs index 846270d28568..d63e2f2bdd87 100644 --- a/tvix/castore/src/fs/virtiofs.rs +++ b/tvix/castore/src/fs/virtiofs.rs @@ -34,6 +34,7 @@ enum Error { /// Invalid descriptor chain. InvalidDescriptorChain, /// Failed to handle filesystem requests. + #[allow(dead_code)] HandleRequests(fuse_backend_rs::Error), /// Failed to construct new vhost user daemon. NewDaemon, -- cgit 1.4.1