diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-07 22:32:20 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-07 22:32:20 -0700 |
commit | fc2025b8db9e058d429136f382749ade52df326c (patch) | |
tree | fda56e22a8feed13797a0c885e0e5650cc225aa9 /rust/src/api_helpers.rs | |
parent | a6c487aa9767624519bb4fa01a3cc3df254cfc70 (diff) | |
download | fatcat-fc2025b8db9e058d429136f382749ade52df326c.tar.gz fatcat-fc2025b8db9e058d429136f382749ade52df326c.zip |
fixes after autoaccept merge
Diffstat (limited to 'rust/src/api_helpers.rs')
-rw-r--r-- | rust/src/api_helpers.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/api_helpers.rs b/rust/src/api_helpers.rs index fd0ad9e7..925a6073 100644 --- a/rust/src/api_helpers.rs +++ b/rust/src/api_helpers.rs @@ -91,6 +91,7 @@ pub fn accept_editgroup(editgroup_id: Uuid, conn: &PgConnection) -> Result<Chang Ok(entry) } +#[derive(Clone)] pub struct FatCatId(Uuid); impl ToString for FatCatId { |