Skip to content

Commit

Permalink
make private module's stubs publicly accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Jan 9, 2025
1 parent 3113586 commit 7ee5b57
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 7ee5b57

Please sign in to comment.