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

Remove #[deprecated] attribute from trait impl block #1233

Merged
merged 1 commit into from
Nov 24, 2020
Merged

Remove #[deprecated] attribute from trait impl block #1233

merged 1 commit into from
Nov 24, 2020

Conversation

nickelc
Copy link
Contributor

@nickelc nickelc commented Nov 6, 2020

The PR fixes the nightly builds

Deprecation attributes have no effect on trait implementations. See rust-lang/rust#78626

> Deprecation attributes have no effect on trait implementations.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.808% when pulling d57b945 on nickelc:deprecated-on-trait into e7b0808 on Geal:master.

@Geal Geal merged commit 2dd7013 into rust-bakery:master Nov 24, 2020
@Geal
Copy link
Collaborator

Geal commented Nov 24, 2020

huh, that one was annoying, thanks for fixing it!

@nickelc nickelc deleted the deprecated-on-trait branch November 24, 2020 09: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.

3 participants