Skip to content

chore(stability): remove core feature gate #425

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

Merged
merged 1 commit into from
Apr 3, 2015
Merged

Conversation

seanmonstar
Copy link
Member

No description provided.

@@ -44,7 +44,7 @@ impl<S: Scheme + Reflect + 'static> Header for Authorization<S> where <S as From
}
}

impl<S: Scheme + Reflect + 'static> HeaderFormat for Authorization<S> where <S as FromStr>::Err: 'static {
impl<S: Scheme + Any + 'static> HeaderFormat for Authorization<S> where <S as FromStr>::Err: 'static {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'static is implied by Any so we can get rid of it too.

seanmonstar added a commit that referenced this pull request Apr 3, 2015
chore(stability): remove core feature gate
@seanmonstar seanmonstar merged commit 8f61dd4 into master Apr 3, 2015
@seanmonstar seanmonstar deleted the unfeat-core branch April 3, 2015 00:32
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