diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-07 16:10:29 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-07 16:10:29 +0100 |
commit | 314bca18a43e22368a87fcad53d91190fe101b60 (patch) | |
tree | 3cf89e2a6904c5a6abae8fe92a5a3aa96501a63c /common/src/lib.rs | |
parent | 346095d20e3d817d150cbea49e87a49fbcaa2304 (diff) | |
download | jellything-314bca18a43e22368a87fcad53d91190fe101b60.tar jellything-314bca18a43e22368a87fcad53d91190fe101b60.tar.bz2 jellything-314bca18a43e22368a87fcad53d91190fe101b60.tar.zst |
nodes modified since endpoint
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r-- | common/src/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs index 43adfba..3f9cfc3 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -22,9 +22,7 @@ use std::{ path::PathBuf, }; -#[derive( - Clone, Copy, Debug, Serialize, Deserialize, Encode, Decode, PartialEq, Eq, PartialOrd, Ord, -)] +#[derive(Clone, Copy, Debug, Encode, Decode, PartialEq, Eq, PartialOrd, Ord)] pub struct NodeID(pub [u8; 32]); pub enum NodeIDOrSlug { |