We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
metadata
stats
1 parent cfc7b84 commit 20cd6f1Copy full SHA for 20cd6f1
1 file changed
src/hook.rs
@@ -4,7 +4,7 @@ use std::{fs::Metadata, path::Path};
4
#[derive(Debug, Clone, Copy)]
5
pub struct HookArgument<'a, Size> {
6
pub path: &'a Path,
7
- pub metadata: &'a Metadata,
+ pub stats: &'a Metadata,
8
pub size: Size,
9
}
10
0 commit comments