diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ pub struct Timestamp { /// /// This is a public newtype. Users are expected to inspect the underlying `u64` and construct /// arbitrary `Ino` objects. -#[derive(Copy, Clone, Eq, PartialEq, Hash, Debug)] +#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug)] pub struct Ino(pub u64); impl Ino { |
