rust/clippy_lints
bors 28a8a6a483 Auto merge of #4450 - phansch:fix_const_fn_fp, r=flip1995
Fix missing_const_for_fn false positive

We don't want to lint if the type of the method implements drop.
(constant functions cannot evaluate destructors)

changelog: Fix `missing_const_for_fn` false positive

Fixes #4449
2019-08-29 17:24:21 +00:00
..
src Auto merge of #4450 - phansch:fix_const_fn_fp, r=flip1995 2019-08-29 17:24:21 +00:00
Cargo.toml try to fix build in rustc repo 2019-08-19 06:10:00 +02:00
README.md

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