diff --git a/RELEASES.md b/RELEASES.md index 45fe2e1fbb925..bec6a0560f0ac 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,14 +2,14 @@ Version 1.44.1 (2020-06-18) =========================== * [rustfmt accepts rustfmt_skip in cfg_attr again.][73078] -* [Fix fingerprinting for lld on Windows with dylib.][cargo/8290] -* [Don't hash executable filenames on apple platforms.][cargo/8329] +* [Don't hash executable filenames on apple platforms, fixing backtraces.][cargo/8329] * [Fix crashes when finding backtrace on macOS.][71397] +* [Clippy applies lint levels into different files.][clippy/5356] [71397]: https://github.com/rust-lang/rust/issues/71397 [73078]: https://github.com/rust-lang/rust/issues/73078 -[cargo/8290]: https://github.com/rust-lang/cargo/pull/8290 [cargo/8329]: https://github.com/rust-lang/cargo/pull/8329 +[clippy/5356]: https://github.com/rust-lang/rust-clippy/issues/5356 Version 1.44.0 (2020-06-04) ========================== diff --git a/src/tools/clippy b/src/tools/clippy index d4092ace00d60..bb37a0f948b02 160000 --- a/src/tools/clippy +++ b/src/tools/clippy @@ -1 +1 @@ -Subproject commit d4092ace00d60634bcdc22135d82e05a53971263 +Subproject commit bb37a0f948b02e6434dbe3ea615960052d37f784 diff --git a/src/tools/rls b/src/tools/rls index 2659cbf14bfb0..7d3aba2a93094 160000 --- a/src/tools/rls +++ b/src/tools/rls @@ -1 +1 @@ -Subproject commit 2659cbf14bfb0929a16d7ce9b6858d0bb286ede7 +Subproject commit 7d3aba2a930943c23a33d69bea9f2805d63836da