diff options
Diffstat (limited to 'src/normalizer.rs')
| -rw-r--r-- | src/normalizer.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normalizer.rs b/src/normalizer.rs index a9714b3..116cca1 100644 --- a/src/normalizer.rs +++ b/src/normalizer.rs @@ -4,6 +4,7 @@ use std::{ path::{Component, Path, PathBuf}, }; +#[derive(PartialEq, Eq, Hash)] pub struct NormalizedPath { /// Path normalized and made absolute, suitable for filesystem access pub absolute: PathBuf, |
