-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
used_underscore_binding trigged on #[derive(Serialize)] using serde #852
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
T-middle
Type: Probably requires verifiying types
Comments
Good catch! It seems this lint should have a stricter macro check. |
FWIW, |
This was referenced Apr 16, 2016
Also |
This was referenced May 13, 2016
Any progress on this? |
oli-obk
added
good-first-issue
These issues are a good way to get started with Clippy
C-bug
Category: Clippy is not doing the correct thing
T-middle
Type: Probably requires verifiying types
labels
May 10, 2017
phansch
added a commit
to phansch/rust-clippy
that referenced
this issue
Apr 20, 2019
This closes rust-lang#852 as I can't reproduce the original issue anymore.
bors
added a commit
that referenced
this issue
Apr 20, 2019
Add test for derives for used_underscore_binding lint This closes #852 as I can't reproduce the original issue anymore. changelog: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
T-middle
Type: Probably requires verifiying types
Similar to https://github.com/Manishearth/rust-clippy/issues/536, I'm getting this clippy warning on the expansion of
Serialize
.Cargo.toml
lib.rs
Returns:
The text was updated successfully, but these errors were encountered: