From fbe91ab8e6100c87ee9353e177d11b0c0b952661 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Jan 2019 19:09:45 -0800 Subject: narrow down many glob imports --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index eeb7e83f..b7661334 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -14,6 +14,7 @@ pub mod auth; pub mod database_models; pub mod database_schema; // only public for tests pub mod editing; +pub mod editing_crud; mod endpoint_handlers; mod endpoints; pub mod entity_crud; -- cgit v1.2.3