File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,23 @@ pub(crate) mod fuzz_wrappers;
1515#[ macro_use]
1616pub mod ser_macros;
1717
18+ #[ cfg( fuzzing) ]
19+ pub mod base32;
20+ #[ cfg( not( fuzzing) ) ]
21+ pub ( crate ) mod base32;
1822pub mod errors;
19- pub mod ser;
2023pub mod message_signing;
2124pub mod persist;
2225pub mod scid_utils;
26+ pub mod ser;
2327pub mod sweep;
2428pub mod wakers;
25- #[ cfg( fuzzing) ]
26- pub mod base32;
27- #[ cfg( not( fuzzing) ) ]
28- pub ( crate ) mod base32;
2929
30- pub ( crate ) mod atomic_counter;
3130pub ( crate ) mod async_poll;
31+ pub ( crate ) mod atomic_counter;
3232pub ( crate ) mod byte_utils;
33- pub ( crate ) mod transaction_utils;
3433pub mod hash_tables;
34+ pub ( crate ) mod transaction_utils;
3535
3636#[ cfg( feature = "std" ) ]
3737pub ( crate ) mod time;
@@ -43,8 +43,8 @@ pub mod indexed_map;
4343pub ( crate ) mod macro_logger;
4444
4545// These have to come after macro_logger to build
46- pub mod logger;
4746pub mod config;
47+ pub mod logger;
4848
4949#[ cfg( any( test, feature = "_test_utils" ) ) ]
5050pub mod test_utils;
You can’t perform that action at this time.
0 commit comments