diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-11 11:59:02 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-11 11:59:02 -0800 |
commit | 9bb1b10d10cd2b1863c9e5f136621a845b0cb3c1 (patch) | |
tree | 1c013fe09934ba2666be354ed7a139c065ebd52e /rust/src/editing.rs | |
parent | 22c85fa299438b64e65c422b677c0c97fc2b5ef6 (diff) | |
download | fatcat-9bb1b10d10cd2b1863c9e5f136621a845b0cb3c1.tar.gz fatcat-9bb1b10d10cd2b1863c9e5f136621a845b0cb3c1.zip |
WIP on annotations and editgroup accessors
Diffstat (limited to 'rust/src/editing.rs')
-rw-r--r-- | rust/src/editing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/editing.rs b/rust/src/editing.rs index 2feff837..c2061ae9 100644 --- a/rust/src/editing.rs +++ b/rust/src/editing.rs @@ -7,7 +7,7 @@ use crate::database_models::*; use crate::database_schema::*; use crate::entity_crud::EntityCrud; use crate::errors::{FatcatError, Result}; -use crate::identifiers::{check_username, FatcatId}; +use crate::identifiers::FatcatId; use crate::server::DbConn; use diesel; use diesel::prelude::*; |