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

Fix clippy error #452

Merged
merged 2 commits into from
Nov 28, 2022
Merged

Fix clippy error #452

merged 2 commits into from
Nov 28, 2022

Conversation

vadorovsky
Copy link
Member

'local lifetime can be elided to '_ which triggers:

https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes

Signed-off-by: Michal Rostecki vadorovsky@gmail.com

`'local` lifetime can be elided to `'_` which triggers:

https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes

Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
@netlify
Copy link

netlify bot commented Nov 28, 2022

Deploy Preview for aya-rs-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit d2b44c1
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/6384c1b7cc25380008e2bd0a
😎 Deploy Preview https://deploy-preview-452--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 settings.

Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
@vadorovsky vadorovsky merged commit 9382de7 into aya-rs:main Nov 28, 2022
@vadorovsky vadorovsky deleted the fix-lint branch November 28, 2022 14:41
@dave-tucker dave-tucker added fix A PR that is a small change or fixes a bug aya This is about aya (userspace) labels Feb 23, 2023
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) fix A PR that is a small change or fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants