Skip to content

Commit

Permalink
Auto merge of #73424 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
[stable] stable 1.44.1

Another backport for 1.44.1, fixing rust-lang/rust-clippy#5356.

r? @ghost
  • Loading branch information
bors committed Jun 17, 2020
2 parents d107792 + 03c622f commit c7087fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==========================
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rls

0 comments on commit c7087fe

Please sign in to comment.