Skip to content

Commit 8fc0088

Browse files
committed
Move wrappers to their own module
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
1 parent 8d042d3 commit 8fc0088

File tree

5 files changed

+592
-561
lines changed

5 files changed

+592
-561
lines changed

src/derive_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ macro_rules! union_has_padding {
6565

6666
#[cfg(test)]
6767
mod tests {
68-
use crate::testutil::*;
68+
use crate::util::testutil::*;
6969

7070
#[test]
7171
fn test_struct_has_padding() {

0 commit comments

Comments
 (0)