]> git.lizzy.rs Git - rust.git/commit
Auto merge of #69421 - flip1995:clippyup, r=Dylan-DPC
authorbors <bors@rust-lang.org>
Tue, 25 Feb 2020 15:08:50 +0000 (15:08 +0000)
committerbors <bors@rust-lang.org>
Tue, 25 Feb 2020 15:08:50 +0000 (15:08 +0000)
commit6fd8798f4de63328d743eb2a9a9c12e202a4a182
tree212e19489c712a97d6b88e9926ca42c0bc335108
parente3a277943e5e55a4ef169d5cc629de664db5e24e
parenta2a89800011d448e0d0ce040ece9b5a144ce66b3
Auto merge of #69421 - flip1995:clippyup, r=Dylan-DPC

Update Clippy from 8fbb23f to fc5d0cc

Fixes #69419

```
Fix false positive in `missing_const_for_fn`
Rustup to rust-lang/rust#69366
Add new lint [`wildcard imports`]. Add suggestion to [`enum_glob_use`]
Add new lint `lossy_float_literal` to detect lossy whole number float literals
```