Reorder all serde_bincode_compat
module definitions
#11416
Labels
C-debt
A clean up/refactor of existing code
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
We have a bunch of
serde_bincode_compat
modules across the crates, and most of them are defined after thetests
module. It's weird and we should reorder it, so thatmod tests
goes last.For example:
reth/crates/primitives/src/transaction/mod.rs
Lines 1970 to 1982 in a07efa7
Additional context
No response
The text was updated successfully, but these errors were encountered: