Remove `#[cfg(not(test))]` gates in `core` These gates are unnecessary now that unit tests for `core` are in a separate package, `coretests`, instead of in the same files as the source code. They previously prevented the two `core` versions from conflicting with each other. |
||
|---|---|---|
| .. | ||
| convert.rs | ||
| decode.rs | ||
| methods.rs | ||
| mod.rs | ||