Skip to content
New issue

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

aya: fix unused async-io dependency linter error #821

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

Tuetuopay
Copy link
Contributor

Not using the dep: syntax created a Cargo feature flag for async-io, though this feature alone does nothing without the async_std or async_tokio features.

Not using the `dep:` syntax created a Cargo feature flag for async-io,
though this feature alone does nothing without the `async_std` or
`async_tokio` features.
@netlify
Copy link

netlify bot commented Oct 18, 2023

Deploy Preview for aya-rs-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 984c08c
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/652fe1f4acdac30008423361
😎 Deploy Preview https://deploy-preview-821--aya-rs-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mergify mergify bot added the aya This is about aya (userspace) label Oct 18, 2023
@tamird tamird merged commit f037a94 into aya-rs:main Oct 18, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aya This is about aya (userspace)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants