diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2021-02-11 13:10:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 13:10:06 +0000 |
| commit | 35ea03b9e03a27bc471098672a698fd2e64968c7 (patch) | |
| tree | 4b6dca6f060b43d5c5ebe0a573d38c850fe9efaf | |
| parent | 8e24a97c5eb714ff8ec7798f35ef5e64e101c7ea (diff) | |
| download | rust-35ea03b9e03a27bc471098672a698fd2e64968c7.tar.gz rust-35ea03b9e03a27bc471098672a698fd2e64968c7.zip | |
Apply suggestions from code review
Co-authored-by: bluss <bluss@users.noreply.github.com>
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index a0f05667428..7d35e80b3be 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -63,7 +63,6 @@ Stabilized APIs - [`panic::panic_any`] - [`ptr::addr_of!`] - [`ptr::addr_of_mut!`] -- [`slice::SlicePattern`] - [`slice::fill_with`] - [`slice::split_inclusive_mut`] - [`slice::split_inclusive`] @@ -134,7 +133,6 @@ Internal Only [`panic::panic_any`]: https://doc.rust-lang.org/stable/std/panic/fn.panic_any.html [`slice::strip_prefix`]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.strip_prefix [`slice::strip_suffix`]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.strip_prefix -[`slice::SlicePattern`]: https://doc.rust-lang.org/nightly/core/slice/trait.SlicePattern.html [`Arc::increment_strong_count`]: https://doc.rust-lang.org/nightly/std/sync/struct.Arc.html#method.increment_strong_count [`Arc::decrement_strong_count`]: https://doc.rust-lang.org/nightly/std/sync/struct.Arc.html#method.decrement_strong_count [`slice::fill_with`]: https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.fill_with |
