aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/api_helpers.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-09-07 22:32:20 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-09-07 22:32:20 -0700
commitfc2025b8db9e058d429136f382749ade52df326c (patch)
treefda56e22a8feed13797a0c885e0e5650cc225aa9 /rust/src/api_helpers.rs
parenta6c487aa9767624519bb4fa01a3cc3df254cfc70 (diff)
downloadfatcat-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.rs1
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 {