diff options
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/api_helpers.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rust/src/api_helpers.rs b/rust/src/api_helpers.rs index b1d2de94..ee1f9f14 100644 --- a/rust/src/api_helpers.rs +++ b/rust/src/api_helpers.rs @@ -169,7 +169,7 @@ pub fn accept_editgroup(editgroup_id: FatCatId, conn: &DbConn) -> Result<Changel      Ok(entry)  } -#[derive(Clone, Copy)] +#[derive(Clone,Copy,PartialEq)]  pub struct FatCatId(Uuid);  impl ToString for FatCatId { | 
