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 fuzz warnings #5614

Merged
merged 6 commits into from
Apr 13, 2023
Merged

Fix fuzz warnings #5614

merged 6 commits into from
Apr 13, 2023

Conversation

amab8901
Copy link
Contributor

Fix the warnings you get when you run cargo fuzz run fuzz_linked_list in /tokio/ directory

Motivation

preparation for solving #5601

Solution

I added documentation to solve missing_docs lint (I think that's what the lint was called). I also added #[allow(unused_macros)] to a couple of macros that were used inside unsafe block (clippy apparently can't see inside unsafe blocks).

@amab8901 amab8901 requested a review from Darksonn April 13, 2023 04:56
@Darksonn Darksonn merged commit abc93f6 into tokio-rs:master Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants