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

make docs and make lint warning fixes #642

Merged
merged 1 commit into from Jun 26, 2022
Merged

Conversation

ndd7xv
Copy link
Contributor

@ndd7xv ndd7xv commented Jun 26, 2022

While working on #641, I ran into warnings executing make docs and make lint that weren't related to my PR; thought I would make another PR so that others wouldn't run into this when running these commands.

It seems like CI passes in spite of these warnings. I'm not an expert at GitHub workflows and didn't see anything wrong with how things are set up. Maybe something's wrong on my side? Currently running rustc 1.61.0 (fe5b13d68 2022-05-18).

fixes a variety of warnings that come up when running `cargo clippy
--all-features --all --tests --examples -- -D clippy::all -D warnings`
and `make docs` on rustc 1.61.0.
@djc
Copy link
Contributor

djc commented Jun 26, 2022

Thanks!

@djc djc merged commit c21c2df into redis-rs:main Jun 26, 2022
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.

None yet

2 participants