Commit 18fe0e1
committed
fix: avoid implicit import of
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.std::prelude
1 parent a575249 commit 18fe0e1
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | 35 | | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments