Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

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

Merged
merged 1 commit into from
Sep 18, 2018
Merged

Conversation

eddyb
Copy link
Contributor

@eddyb eddyb commented Sep 18, 2018

rust-lang/rust#54090 will fix false positives (maybe relevant?) 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.

@ubnt-intrepid
Copy link
Contributor

Thanks for submit the PR.

The CI result will be temporarily broken, but I'll fix it after approve this patch.

@ubnt-intrepid ubnt-intrepid merged commit 3151d5d into finchers-rs:master Sep 18, 2018
ubnt-intrepid added a commit that referenced this pull request Sep 18, 2018
Note:
In Rust2018, the bounds in type alias will be treated as an error
and some `#[allow(type_alias_bounds)]` was removed in #314.
@eddyb eddyb deleted the patch-1 branch September 18, 2018 14:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants