summaryrefslogtreecommitdiff
path: root/common/rust/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/rust/src/lib.rs')
-rw-r--r--common/rust/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rust/src/lib.rs b/common/rust/src/lib.rs
index a021e97..90f4b96 100644
--- a/common/rust/src/lib.rs
+++ b/common/rust/src/lib.rs
@@ -1,7 +1,6 @@
/// This crate contains shared code in all the rust projects
/// It contains utilities such as monitoring, logging and more.
pub mod config;
-pub mod discord_models;
pub mod error;
pub mod monitoring;
pub mod nats;