rust-clippy/clippy_lints
bors 94ca94fa5f Auto merge of #7898 - F3real:unit_struct, r=camsteffen
Don't show no_effect warning on unit structs implementing fn_once

Fixes #7792

changelog: Don't show [`no_effect`] or [`unecessary_operation`] warning for unit struct implementing FnOnce
2021-11-17 14:09:51 +00:00
..
src Auto merge of #7898 - F3real:unit_struct, r=camsteffen 2021-11-17 14:09:51 +00:00
Cargo.toml Update clippy dependencies 2021-11-02 14:19:31 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.