You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments