Skip to content

Commit

Permalink
Move wrappers to their own module (#337)
Browse files Browse the repository at this point in the history
In this commit, the module is kept private and its items
re-exported from the crate root. We name it `wrappers`,
but that's a bad (if accurate) name. We can bikeshed the
real name if/when we decide to make it pub.

Makes progress on #252
  • Loading branch information
joshlf authored Sep 6, 2023
1 parent 8d042d3 commit fed18ba
Show file tree
Hide file tree
Showing 5 changed files with 592 additions and 561 deletions.
2 changes: 1 addition & 1 deletion src/derive_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ macro_rules! union_has_padding {

#[cfg(test)]
mod tests {
use crate::testutil::*;
use crate::util::testutil::*;

#[test]
fn test_struct_has_padding() {
Expand Down
Loading

0 comments on commit fed18ba

Please sign in to comment.