Skip to content

Commit 65dcc4d

Browse files
committed
fix rebase error
1 parent 3574bce commit 65dcc4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/filesystem-fuse/src/fuse_api_handle.rs

-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ impl<T: RawFileSystem> Filesystem for FuseApiHandle<T> {
563563
}
564564
}
565565

566-
const fn fstat_to_file_attr(file_st: &FileStat, context: &FileSystemContext) -> FileAttr {
567566
fn fstat_to_file_attr(file_st: &FileStat, context: &FileSystemContext) -> FileAttr {
568567
debug!("file_st: {:?}, context: {:?}", file_st, context);
569568
debug_assert!(file_st.file_id != 0 && file_st.parent_file_id != 0);

0 commit comments

Comments
 (0)