From a69fb6bfd45b99a2001a12524714fc2542a6d9ca Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 14 May 2019 18:29:51 -0700 Subject: rust: return editors and cl index for editgroup more often --- rust/src/editing_crud.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/editing_crud.rs') diff --git a/rust/src/editing_crud.rs b/rust/src/editing_crud.rs index 405afcc0..2526ef2b 100644 --- a/rust/src/editing_crud.rs +++ b/rust/src/editing_crud.rs @@ -144,7 +144,7 @@ impl EditgroupCrud for Editgroup { let editor_id = FatcatId::from_str( self.editor_id .as_ref() - .expect("tried to expand bare Editor model"), + .expect("tried to expand bare Editgroup model"), )?; self.editor = Some(Editor::db_get(conn, editor_id)?.into_model()); } -- cgit v1.2.3