We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7291ac2 commit df39d4eCopy full SHA for df39d4e
riscv/src/lib.rs
@@ -36,7 +36,7 @@
36
#![allow(clippy::missing_safety_doc)]
37
38
pub mod asm;
39
-pub(crate) mod bits;
+pub mod bits;
40
pub mod delay;
41
pub mod interrupt;
42
pub mod register;
riscv/src/register.rs
@@ -107,6 +107,9 @@ pub mod minstreth;
107
mod mhpmeventx;
108
pub use self::mhpmeventx::*;
109
110
+#[cfg(test)]
111
+mod tests;
112
+
113
// TODO: Debug/Trace Registers (shared with Debug Mode)
114
115
// TODO: Debug Mode Registers
0 commit comments