summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 36ffec9..77538cd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,5 +1,6 @@
#![feature(iterator_try_collect)]
+pub use enumset;
pub use mt_ser;
#[cfg(feature = "random")]
@@ -16,6 +17,7 @@ use mt_ser::mt_derive;
use std::{
collections::{HashMap, HashSet},
fmt,
+ ops::RangeInclusive,
};
#[cfg(any(feature = "client", feature = "server"))]