We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
redundant_pub_crate = "warn"
At the moment, redundant_pub_crate clippy lint is allowed
redundant_pub_crate
reth/Cargo.toml
Line 174 in 994f98f
It seems it has quite a lot of findings inside the codebase. It could be useful to activate a warn for this one.
No response
The text was updated successfully, but these errors were encountered:
hmm, pub crate functions are not accessible by other crates, I don't think this lint is very useful
Sorry, something went wrong.
this would be very noisy
No branches or pull requests
Describe the feature
At the moment,
redundant_pub_crate
clippy lint is allowedreth/Cargo.toml
Line 174 in 994f98f
It seems it has quite a lot of findings inside the codebase. It could be useful to activate a warn for this one.
Additional context
No response
The text was updated successfully, but these errors were encountered: