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

Fix warnings emitted by rustc 1.40. #922

Closed
wants to merge 1 commit into from
Closed

Conversation

briansmith
Copy link
Owner

Remove #[inline] from trait definitions.

During review, we found one #[inline] that should be #[inline(always)] in
sha2.rs. Fix that too.

Remove `#[inline]` from trait definitions.

During review, we found one `#[inline]` that should be `#[inline(always)]` in
sha2.rs. Fix that too.
@briansmith briansmith self-assigned this Dec 23, 2019
@briansmith
Copy link
Owner Author

Closing in favor of #914.

@briansmith briansmith closed this Dec 23, 2019
@briansmith briansmith deleted the b/fix-warnings branch December 23, 2019 18:09
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.

1 participant