We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo build --no-default-features --features=unstable
error[E0433]: failed to resolve: unresolved import --> src/utils.rs:70:42 | 70 | once_cell::sync::Lazy::force(&crate::rt::RUNTIME); | ^^ | | | unresolved import | help: a similar path exists: `std::rt`
The text was updated successfully, but these errors were encountered:
fix build with -default +unstable
92b85d9
Fixes async-rs#842 Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
8886039
No branches or pull requests
The text was updated successfully, but these errors were encountered: