Skip to content

Commit

Permalink
chore: make private module's stubs publicly accessible (#43)
Browse files Browse the repository at this point in the history
make private module's stubs publicly accessible
  • Loading branch information
TheButlah authored Jan 9, 2025
1 parent 3113586 commit e806db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcu_sec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

include!(concat!(env!("OUT_DIR"), "/mcu_messaging_sec.rs"));

pub(super) mod private {
pub mod private {
include!(concat!(env!("OUT_DIR"), "/private.rs"));
}

0 comments on commit e806db4

Please sign in to comment.