summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-01-26 07:02:32 -0600
committerStuart Stock <stuart@int08h.com>2019-01-26 07:02:32 -0600
commit387d2967ccf27659bd0c9b67125a6de97f62a53d (patch)
treea68d7492a11893bed155f49b12d68ca93bb91eed /src/lib.rs
parent906774d2700ea83d3836cfb76192fa1c8164568e (diff)
downloadroughenough-387d2967ccf27659bd0c9b67125a6de97f62a53d.zip
Docs and visibility tweaks
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 211f182..9a21dfa 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -66,9 +66,9 @@ pub mod config;
pub mod key;
pub mod kms;
pub mod merkle;
+pub mod stats;
pub mod server;
pub mod sign;
-pub mod stats;
pub use crate::error::Error;
pub use crate::message::RtMessage;