Skip to content

Fix warnings emitted by rustc 1.40.#922

Closed
briansmith wants to merge 1 commit intomasterfrom
b/fix-warnings
Closed

Fix warnings emitted by rustc 1.40.#922
briansmith wants to merge 1 commit intomasterfrom
b/fix-warnings

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