Commit 7b10438
committed
Remove std attribute from no-std example
The example `no-std.rs`, which is currently broken and commented out,
fails to compile without `std` because it has a crate level attribute
`#![cfg(feature = "std")]`.
Remove the `std` attribute so that the (broken) example compiles with
`no-std`.1 parent 552e2e0 commit 7b10438
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
0 commit comments