summaryrefslogtreecommitdiff
path: root/rust/kernel/num.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/kernel/num.rs')
-rw-r--r--rust/kernel/num.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/kernel/num.rs b/rust/kernel/num.rs
index c8c91cb9e682..8532b511384c 100644
--- a/rust/kernel/num.rs
+++ b/rust/kernel/num.rs
@@ -4,6 +4,9 @@
use core::ops;
+pub mod bounded;
+pub use bounded::*;
+
/// Designates unsigned primitive types.
pub enum Unsigned {}