diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-28 22:50:47 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-28 22:50:47 -0800 |
commit | 156b10220a50f6f441e7484235e227316f26761e (patch) | |
tree | 316ccf3a5081b7b43f2a570173d52818acab58f2 /rust/src/api_helpers.rs | |
parent | d50f7729cbc86c62dba9bd4db80786f07b44a7c0 (diff) | |
download | fatcat-156b10220a50f6f441e7484235e227316f26761e.tar.gz fatcat-156b10220a50f6f441e7484235e227316f26761e.zip |
basic auth unittests
Diffstat (limited to 'rust/src/api_helpers.rs')
-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 da208c0a..3c5a2e17 100644 --- a/rust/src/api_helpers.rs +++ b/rust/src/api_helpers.rs @@ -294,7 +294,7 @@ pub fn accept_editgroup(editgroup_id: FatCatId, conn: &DbConn) -> Result<Changel Ok(entry) } -#[derive(Clone, Copy, PartialEq)] +#[derive(Clone, Copy, PartialEq, Debug)] pub struct FatCatId(Uuid); impl ToString for FatCatId { |