aboutsummaryrefslogtreecommitdiff
path: root/src/messages/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/messages/mod.rs')
-rw-r--r--src/messages/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messages/mod.rs b/src/messages/mod.rs
index ef326a0..18f2bb7 100644
--- a/src/messages/mod.rs
+++ b/src/messages/mod.rs
@@ -1,8 +1,10 @@
use std::marker::Sized;
+pub mod format_msg;
pub mod callback;
pub mod not_understood;
+pub use self::format_msg::FormatMsg;
pub use self::callback::Callback;
pub use self::not_understood::NotUnderstood;