From 869be82e092a1a09b7fd55cef12c863bd1fdfd7b Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 12 Oct 2023 19:33:48 +0200 Subject: refactor(tvix/store/fs): clippy Change-Id: I11247e24475f0e49dc22f2d10bf3e1e276737899 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9709 Reviewed-by: edef Tested-by: BuildkiteCI --- tvix/store/src/fs/file_attr.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/store/src/fs/file_attr.rs') diff --git a/tvix/store/src/fs/file_attr.rs b/tvix/store/src/fs/file_attr.rs index 562cd9f19002..ad41f036a253 100644 --- a/tvix/store/src/fs/file_attr.rs +++ b/tvix/store/src/fs/file_attr.rs @@ -1,3 +1,4 @@ +#![allow(clippy::unnecessary_cast)] // libc::S_IFDIR is u32 on Linux and u16 on MacOS use super::inodes::{DirectoryInodeData, InodeData}; use fuse_backend_rs::abi::fuse_abi::Attr; -- cgit 1.4.1