diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-12-05 05:17:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-05 05:17:37 -0500 |
commit | 5cc68f507599f56beeb6623df6871504b95b3458 (patch) | |
tree | 73e733a856c3c263497ad49c3655a52fe2ff6eb1 | |
parent | 05922c380ce5fe32a24943724ce712db5f8e00fc (diff) | |
parent | 6ad0a90e7e366e71923e13abe6c0868442b0b37a (diff) | |
download | servo-5cc68f507599f56beeb6623df6871504b95b3458.tar.gz servo-5cc68f507599f56beeb6623df6871504b95b3458.zip |
Auto merge of #25114 - CYBAI:fix-no-clippy, r=SimonSapin
Update to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)
This PR is similar to #24749. After #25075 merged, I can't build successfully in my local due to no clippy in that nightly version.
```
→ ./mach build -d
info: syncing channel updates for 'nightly-2019-12-04-x86_64-apple-darwin'
info: latest update on 2019-12-04, rust version 1.41.0-nightly (7afe6d9d1 2019-12-03)
error: component 'clippy' for target 'x86_64-apple-darwin' is unavailable for download for channel nightly-2019-12-04
Build FAILED in 0:00:00
```
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
- [x] These changes do not require tests because just updated rustc version.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
-rw-r--r-- | rust-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain index 409ca5f4667..fc40182b3c4 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2019-12-04 +nightly-2019-12-05 |