refactor(tvix/store/fs): clippy
Change-Id: I11247e24475f0e49dc22f2d10bf3e1e276737899 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9709 Reviewed-by: edef <edef@edef.eu> Tested-by: BuildkiteCI
This commit is contained in:
parent
2133929fbf
commit
869be82e09
2 changed files with 14 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue