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
src/lib.rs:11:12: 11:18 warning: this feature has been stable since 1.0.0. Attribute no longer needed, #[warn(stable_features)] on by default
src/lib.rs:11 #![feature(no_std)]
^~~~~~
but no_std was stabilised much later.
The text was updated successfully, but these errors were encountered: