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

Add deprecated IntoBytes::as_bytes_mut #987

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Mar 1, 2024

This was renamed to as_mut_bytes in #870. This commit adds the old name back as a #[doc(hidden)], #[deprecated] alias to ease the transition.

Closes #986

@joshlf joshlf requested a review from jswrenn March 1, 2024 17:58
@joshlf joshlf enabled auto-merge March 1, 2024 17:58
This was renamed to `as_mut_bytes` in #870. This commit adds the old
name back as a `#[doc(hidden)]`, `#[deprecated]` alias to ease the
transition.

Closes #986
@joshlf joshlf added this pull request to the merge queue Mar 1, 2024
Merged via the queue into main with commit a59e8d1 Mar 1, 2024
210 checks passed
@joshlf joshlf deleted the deprecated-as-bytes-mut branch March 1, 2024 18:29
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.

Add deprecated polyfill for IntoBytes::as_mut_bytes
2 participants