Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Aug 17, 2024
1 parent 8c0fc2b commit d32118e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ mod inner;
#[path = "inner/mod_risc_v.rs"]
mod inner;

pub use inner::*;
pub(crate) use inner::generic::*;
pub use inner::*;

0 comments on commit d32118e

Please sign in to comment.