diff options
Diffstat (limited to 'src/habit/mod.rs')
-rw-r--r-- | src/habit/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/habit/mod.rs b/src/habit/mod.rs index d51abe5..5359bca 100644 --- a/src/habit/mod.rs +++ b/src/habit/mod.rs | |||
@@ -9,6 +9,9 @@ pub use count::Count; | |||
9 | mod bit; | 9 | mod bit; |
10 | pub use bit::Bit; | 10 | pub use bit::Bit; |
11 | 11 | ||
12 | mod float; | ||
13 | pub use float::Float; | ||
14 | |||
12 | mod prelude; | 15 | mod prelude; |
13 | pub use prelude::{TrackEvent, ViewMode}; | 16 | pub use prelude::{TrackEvent, ViewMode}; |
14 | 17 | ||