Skip to content

Add deprecated IntoBytes::as_bytes_mut#987

Merged
joshlf merged 1 commit intomainfrom
deprecated-as-bytes-mut
Mar 1, 2024
Merged

Add deprecated IntoBytes::as_bytes_mut#987
joshlf merged 1 commit intomainfrom
deprecated-as-bytes-mut

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 force-pushed the deprecated-as-bytes-mut branch from f3db9b5 to a5be8e0 Compare March 1, 2024 18:10
@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
@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