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 README.md advertises that this crate uses `deny(unsafe_code)`;
change this to say `forbid(unsafe_code)` assuming this is what was
intended, and reinstate the `#![forbid(unsafe_code)]`.
To do this, eliminate an `unsafe` block for creating a noop waker.
This requires doing an extra heap allocation for now, though that
will go away when `task::Waker::noop` is stabilized.
0 commit comments