Skip to content

Commit 20cd6f1

Browse files
committed
feat: rename metadata to stats
1 parent cfc7b84 commit 20cd6f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hook.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::{fs::Metadata, path::Path};
44
#[derive(Debug, Clone, Copy)]
55
pub struct HookArgument<'a, Size> {
66
pub path: &'a Path,
7-
pub metadata: &'a Metadata,
7+
pub stats: &'a Metadata,
88
pub size: Size,
99
}
1010

0 commit comments

Comments
 (0)