@@ -191,17 +191,17 @@ The following methods were stabilised.
191191[ `slice::strip_suffix` ] : https://doc.rust-lang.org/stable/std/primitive.slice.html#method.strip_prefix
192192[ `Arc::increment_strong_count` ] : https://doc.rust-lang.org/stable/std/sync/struct.Arc.html#method.increment_strong_count
193193[ `Arc::decrement_strong_count` ] : https://doc.rust-lang.org/stable/std/sync/struct.Arc.html#method.decrement_strong_count
194- [ `slice::fill_with` ] : https://doc.rust-lang.org/nightly /std/primitive.slice.html#method.fill_with
195- [ `ptr::addr_of!` ] : https://doc.rust-lang.org/nightly /std/ptr/macro.addr_of.html
196- [ `ptr::addr_of_mut!` ] : https://doc.rust-lang.org/nightly /std/ptr/macro.addr_of_mut.html
197- [ `array::IntoIter` ] : https://doc.rust-lang.org/nightly /std/array/struct.IntoIter.html
198- [ `slice::split_inclusive` ] : https://doc.rust-lang.org/nightly /std/primitive.slice.html#method.split_inclusive
199- [ `slice::split_inclusive_mut` ] : https://doc.rust-lang.org/nightly /std/primitive.slice.html#method.split_inclusive_mut
200- [ `str::split_inclusive` ] : https://doc.rust-lang.org/nightly /std/primitive.str.html#method.split_inclusive
201- [ `task::Wake` ] : https://doc.rust-lang.org/nightly /std/task/trait.Wake.html
202- [ `Seek::stream_position` ] : https://doc.rust-lang.org/nightly /std/io/trait.Seek.html#method.stream_position
203- [ `Peekable::next_if` ] : https://doc.rust-lang.org/nightly /std/iter/struct.Peekable.html#method.next_if
204- [ `Peekable::next_if_eq` ] : https://doc.rust-lang.org/nightly /std/iter/struct.Peekable.html#method.next_if_eq
194+ [ `slice::fill_with` ] : https://doc.rust-lang.org/stable /std/primitive.slice.html#method.fill_with
195+ [ `ptr::addr_of!` ] : https://doc.rust-lang.org/stable /std/ptr/macro.addr_of.html
196+ [ `ptr::addr_of_mut!` ] : https://doc.rust-lang.org/stable /std/ptr/macro.addr_of_mut.html
197+ [ `array::IntoIter` ] : https://doc.rust-lang.org/stable /std/array/struct.IntoIter.html
198+ [ `slice::split_inclusive` ] : https://doc.rust-lang.org/stable /std/primitive.slice.html#method.split_inclusive
199+ [ `slice::split_inclusive_mut` ] : https://doc.rust-lang.org/stable /std/primitive.slice.html#method.split_inclusive_mut
200+ [ `str::split_inclusive` ] : https://doc.rust-lang.org/stable /std/primitive.str.html#method.split_inclusive
201+ [ `task::Wake` ] : https://doc.rust-lang.org/stable /std/task/trait.Wake.html
202+ [ `Seek::stream_position` ] : https://doc.rust-lang.org/stable /std/io/trait.Seek.html#method.stream_position
203+ [ `Peekable::next_if` ] : https://doc.rust-lang.org/stable /std/iter/struct.Peekable.html#method.next_if
204+ [ `Peekable::next_if_eq` ] : https://doc.rust-lang.org/stable /std/iter/struct.Peekable.html#method.next_if_eq
205205
206206### Other changes
207207
0 commit comments