Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid implicit import of
std::prelude
Conditional `cfg_attr` on `no_std` has an unforeseen consequence: implicit import of `std::prelude` in the default configuration. That makes it harder to notice if we accidentally use any `std` types available from the prelude.
- Loading branch information