Skip to content

Fix warnings on the latest nightly #1772

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Aug 5, 2019

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Aug 2, 2019

This fixes warnings due to new clippy lints added by rust-lang/rust-clippy#3766.

@taiki-e
Copy link
Member Author

taiki-e commented Aug 2, 2019

Oh, there also seem to be warnings due to incomplete_features became lint by rust-lang/rust#63095.

@taiki-e taiki-e changed the title Fix clippy::type_repetition_in_bounds Fix warnings Aug 2, 2019
@taiki-e
Copy link
Member Author

taiki-e commented Aug 2, 2019

😕

$ rustup target add thumbv7m-none-eabi
info: downloading component 'rust-std' for 'thumbv7m-none-eabi'
error: component download failed for rust-std-thumbv7m-none-eabi
info: caused by: could not download file from 'https://static.rust-lang.org/dist/2019-08-02/rust-std-nightly-thumbv7m-none-eabi.tar.xz' to '/home/travis/.rustup/downloads/ac33d8fd5a4b68735a9762b26807ab273e8f155557002c5388dddd5e22335cb7.partial'
info: caused by: failed to make network request
info: caused by: https://static.rust-lang.org/dist/2019-08-02/rust-std-nightly-thumbv7m-none-eabi.tar.xz: timed out
The command "rustup target add thumbv7m-none-eabi" failed and exited with 1 during .

@taiki-e taiki-e closed this Aug 2, 2019
@taiki-e taiki-e reopened this Aug 2, 2019
@taiki-e taiki-e changed the title Fix warnings Fix warnings on the latest nightly Aug 4, 2019
@taiki-e taiki-e force-pushed the clippy-type_repetition_in_bounds branch from 235f451 to 7717cf6 Compare August 5, 2019 16:44
@cramertj
Copy link
Member

cramertj commented Aug 5, 2019

Great, thanks!

@cramertj cramertj merged commit 68fe63d into rust-lang:master Aug 5, 2019
@taiki-e taiki-e deleted the clippy-type_repetition_in_bounds branch August 5, 2019 17:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants