Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Don't #[allow(type_alias_bounds)]. #2409

Merged
merged 1 commit into from
Sep 18, 2018
Merged

Don't #[allow(type_alias_bounds)]. #2409

merged 1 commit into from
Sep 18, 2018

Conversation

eddyb
Copy link
Contributor

@eddyb eddyb commented Sep 18, 2018

rust-lang/rust#54090 will fix false positives (not relevant here) and make it an error in the upcoming Rust 2018 edition, which means that if you want to migrate to Rust 2018, it shouldn't be ignored.

See also rust-lang/rust#49441 (comment) for the decision and some background.

@kvark
Copy link
Member

kvark commented Sep 18, 2018

Thank you!
bors r+

bors bot added a commit that referenced this pull request Sep 18, 2018
2409: Don't #[allow(type_alias_bounds)]. r=kvark a=eddyb

rust-lang/rust#54090 will fix false positives (not relevant here) and make it an error in the upcoming Rust 2018 edition, which means that if you want to migrate to Rust 2018, it shouldn't be ignored.

See also rust-lang/rust#49441 (comment) for the decision and some background.

Co-authored-by: Eduard-Mihai Burtescu <[email protected]>
@bors
Copy link
Contributor

bors bot commented Sep 18, 2018

@bors bors bot merged commit b0d7a88 into gfx-rs:master Sep 18, 2018
@eddyb eddyb deleted the patch-1 branch September 18, 2018 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants