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 no_std feature has no effect, because #![no_std] is unconditionally enabled (as it should be, since this crate has no reliance on std). It seems like this became the case in 02cc96c.
It should be removed or deprecated (probably deprecated, to avoid the breaking change), and the docs should reflect that #![no_std] is always enabled.
The text was updated successfully, but these errors were encountered:
The
no_std
feature has no effect, because#![no_std]
is unconditionally enabled (as it should be, since this crate has no reliance on std). It seems like this became the case in 02cc96c.It should be removed or deprecated (probably deprecated, to avoid the breaking change), and the docs should reflect that
#![no_std]
is always enabled.The text was updated successfully, but these errors were encountered: