althea-net / serde-rlp

Ethereum's RLP encoding implemented as a Serde data format
Apache License 2.0
13 stars 10 forks source link

Gate tests under `cfg(test)` #14

Open thomaseizinger opened 4 years ago

thomaseizinger commented 4 years ago

This avoids them being compiled if they are not actually needed.

It also removes an unused code warning for a private function that was only used in tests.