Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Proposal for resolving clippy warnings #67

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Dalot
Copy link

@Dalot Dalot commented Aug 17, 2021

I've decided to start to resolve this first on the present project so you can see if you like it.

It seems that in redisless case there wasn't much really important, it's mostly suggestions for idiomatic rust

I am not sure why clippy complains about imports on src/cluster/tests.rs file, if there is some sort of a bug or anything I am missing in the compilation process. For now I have just included the ifcfg crate.
Well, I shouldn't work that late, it was just missing the #[cfg(test)] annotation on the module.

A few #[allow(dead_code)] here and there since the repo is WIP...

@Dalot Dalot marked this pull request as ready for review August 18, 2021 08:22
@tbmreza
Copy link
Contributor

tbmreza commented Aug 19, 2021

I'm happy to see someone else has started working on those warnings 😄
I believe the next logical step is to prevent such lint errors to pile up again, maybe include running clippy in the CI tests? @evoxmusic

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants