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
#81 is a short-term solution to the problem of the lazy_static/spin_no_std feature flag. The long-term solution is to migrate to core::cell::OnceCell, which was stabilised in 1.70.
The text was updated successfully, but these errors were encountered:
#81 is a short-term solution to the problem of the
lazy_static/spin_no_std
feature flag. The long-term solution is to migrate tocore::cell::OnceCell
, which was stabilised in 1.70.The text was updated successfully, but these errors were encountered: