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

Potentially addressible clippy warnings #19

Open
9SMTM6 opened this issue Jun 25, 2024 · 0 comments
Open

Potentially addressible clippy warnings #19

9SMTM6 opened this issue Jun 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@9SMTM6
Copy link

9SMTM6 commented Jun 25, 2024

Hey, nice work with this package!

If I use the generated code with my project I have to disable a bunch of warnings, since I set these on my crate : #![warn(clippy::all, rust_2018_idioms, rust_2024_compatibility)]. The warnings I have to disable were: #[allow(elided_lifetimes_in_paths, clippy::redundant_static_lifetimes, clippy::approx_constant, clippy::needless_borrow)].

I think every of these warnings is actually addressable, but the clippy::approx_constant. Its not a huge pain, I just though I'd let you know.

@Swoorup Swoorup added the enhancement New feature or request label Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants