]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
submodules: update clippy from b91ae16e to 2855b214
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 19 Feb 2020 02:45:10 +0000 (03:45 +0100)
committerMatthias Krüger <matthias.krueger@famsik.de>
Wed, 19 Feb 2020 02:46:10 +0000 (03:46 +0100)
commit076cd9eabdfbbd68b00d1fb5ccc35c9a2f8c0d51
tree995f868cce356cc8901761fca12ea75853d7ef65
parente0e5d82e1677c82d209b214bbfc2cc5705c2336a
submodules: update clippy from b91ae16e to 2855b214

Changes:
````
Rustup to rust-lang/rust#69194
Rustup to rust-lang/rust#69181
Add `LOG2_10` and `LOG10_2` to `approx_const` lint
Clean up imports
Use `Vec::with_capacity()` as possible
needless_doctest_main: False positive for async fn
Remove use of `TyKind`.
Use `if_chain`.
Fix ICE.
Add tests and improve checks.
Add `Future` detection for `missing_errors_doc`.
````

Fixes #69269
src/tools/clippy