paritytech/parity-scale-codec

std library always included when feature `max-encoded-len` is active

Closed this issue · 0 comments

Due to #350, a type from the std library is referenced, even when the std feature is not included. This is giving me compilation errors when building smart contracts.