← Back to all releases
Rust 1.34.1
Released on April 25, 2019
What's Changed
- [Fix false positives for the
redundant_closureClippy lint][clippy/3821] - [Fix false positives for the
missing_const_for_fnClippy lint][clippy/3844] - [Fix Clippy panic when checking some macros][clippy/3805]
Full Changelog
* [Fix false positives for the redundant_closure Clippy lint][clippy/3821]
* [Fix false positives for the missing_const_for_fn Clippy lint][clippy/3844]
* [Fix Clippy panic when checking some macros][clippy/3805]
[clippy/3821]: https://github.com/rust-lang/rust-clippy/pull/3821
[clippy/3844]: https://github.com/rust-lang/rust-clippy/pull/3844
[clippy/3805]: https://github.com/rust-lang/rust-clippy/pull/3805