@@ -98,8 +98,8 @@ Stabilized APIs
9898- [`impl PartialEq<String> for PathBuf`](https://doc.rust-lang.org/stable/std/path/struct.PathBuf.html#impl-PartialEq%3CString%3E-for-PathBuf)
9999- [`impl PartialEq<str> for Path`](https://doc.rust-lang.org/stable/std/path/struct.Path.html#impl-PartialEq%3Cstr%3E-for-Path)
100100- [`impl PartialEq<String> for Path`](https://doc.rust-lang.org/stable/std/path/struct.Path.html#impl-PartialEq%3CString%3E-for-Path)
101- - [`impl PartialEq<PathBuf> for String`](https://doc.rust-lang.org/stable/std/string/struct .String.html#impl-PartialEq%3CPathBuf%3E-for-String)
102- - [`impl PartialEq<Path> for String`](https://doc.rust-lang.org/stable/std/string/struct .String.html#impl-PartialEq%3CPath%3E-for-String)
101+ - [`impl PartialEq<PathBuf> for String`](https://doc.rust-lang.org/stable/std/string/type .String.html#impl-PartialEq%3CPathBuf%3E-for-String)
102+ - [`impl PartialEq<Path> for String`](https://doc.rust-lang.org/stable/std/string/type .String.html#impl-PartialEq%3CPath%3E-for-String)
103103- [`impl PartialEq<PathBuf> for str`](https://doc.rust-lang.org/stable/std/primitive.str.html#impl-PartialEq%3CPathBuf%3E-for-str)
104104- [`impl PartialEq<Path> for str`](https://doc.rust-lang.org/stable/std/primitive.str.html#impl-PartialEq%3CPath%3E-for-str)
105105- [`Ipv4Addr::from_octets`](https://doc.rust-lang.org/stable/std/net/struct.Ipv4Addr.html#method.from_octets)
@@ -649,7 +649,7 @@ Stabilized APIs
649649- [`<[T]>::split_off_first_mut`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.split_off_first_mut)
650650- [`<[T]>::split_off_last`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.split_off_last)
651651- [`<[T]>::split_off_last_mut`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.split_off_last_mut)
652- - [`String::extend_from_within`](https://doc.rust-lang.org/stable/alloc/string/struct .String.html#method.extend_from_within)
652+ - [`String::extend_from_within`](https://doc.rust-lang.org/stable/alloc/string/type .String.html#method.extend_from_within)
653653- [`os_str::Display`](https://doc.rust-lang.org/stable/std/ffi/os_str/struct.Display.html)
654654- [`OsString::display`](https://doc.rust-lang.org/stable/std/ffi/struct.OsString.html#method.display)
655655- [`OsStr::display`](https://doc.rust-lang.org/stable/std/ffi/struct.OsStr.html#method.display)
@@ -663,7 +663,7 @@ Stabilized APIs
663663- [`impl From<PipeReader> for OwnedFd`](https://doc.rust-lang.org/stable/std/os/fd/struct.OwnedFd.html#impl-From%3CPipeReader%3E-for-OwnedFd)
664664- [`impl From<PipeWriter> for OwnedFd`](https://doc.rust-lang.org/stable/std/os/fd/struct.OwnedFd.html#impl-From%3CPipeWriter%3E-for-OwnedFd)
665665- [`Box<MaybeUninit<T>>::write`](https://doc.rust-lang.org/stable/std/boxed/struct.Box.html#method.write)
666- - [`impl TryFrom<Vec<u8>> for String`](https://doc.rust-lang.org/stable/std/string/struct .String.html#impl-TryFrom%3CVec%3Cu8%3E%3E-for-String)
666+ - [`impl TryFrom<Vec<u8>> for String`](https://doc.rust-lang.org/stable/std/string/type .String.html#impl-TryFrom%3CVec%3Cu8%3E%3E-for-String)
667667- [`<*const T>::offset_from_unsigned`](https://doc.rust-lang.org/stable/std/primitive.pointer.html#method.offset_from_unsigned)
668668- [`<*const T>::byte_offset_from_unsigned`](https://doc.rust-lang.org/stable/std/primitive.pointer.html#method.byte_offset_from_unsigned)
669669- [`<*mut T>::offset_from_unsigned`](https://doc.rust-lang.org/stable/std/primitive.pointer.html#method.offset_from_unsigned-1)
@@ -701,14 +701,14 @@ These previously stable APIs are now stable in const contexts:
701701- [`char::is_whitespace`](https://doc.rust-lang.org/stable/std/primitive.char.html#method.is_whitespace)
702702- [`<[[T; N]]>::as_flattened`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.as_flattened)
703703- [`<[[T; N]]>::as_flattened_mut`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.as_flattened_mut)
704- - [`String::into_bytes`](https://doc.rust-lang.org/stable/std/string/struct .String.html#method.into_bytes)
705- - [`String::as_str`](https://doc.rust-lang.org/stable/std/string/struct .String.html#method.as_str)
706- - [`String::capacity`](https://doc.rust-lang.org/stable/std/string/struct .String.html#method.capacity)
707- - [`String::as_bytes`](https://doc.rust-lang.org/stable/std/string/struct .String.html#method.as_bytes)
708- - [`String::len`](https://doc.rust-lang.org/stable/std/string/struct .String.html#method.len)
709- - [`String::is_empty`](https://doc.rust-lang.org/stable/std/string/struct .String.html#method.is_empty)
710- - [`String::as_mut_str`](https://doc.rust-lang.org/stable/std/string/struct .String.html#method.as_mut_str)
711- - [`String::as_mut_vec`](https://doc.rust-lang.org/stable/std/string/struct .String.html#method.as_mut_vec)
704+ - [`String::into_bytes`](https://doc.rust-lang.org/stable/std/string/type .String.html#method.into_bytes)
705+ - [`String::as_str`](https://doc.rust-lang.org/stable/std/string/type .String.html#method.as_str)
706+ - [`String::capacity`](https://doc.rust-lang.org/stable/std/string/type .String.html#method.capacity)
707+ - [`String::as_bytes`](https://doc.rust-lang.org/stable/std/string/type .String.html#method.as_bytes)
708+ - [`String::len`](https://doc.rust-lang.org/stable/std/string/type .String.html#method.len)
709+ - [`String::is_empty`](https://doc.rust-lang.org/stable/std/string/type .String.html#method.is_empty)
710+ - [`String::as_mut_str`](https://doc.rust-lang.org/stable/std/string/type .String.html#method.as_mut_str)
711+ - [`String::as_mut_vec`](https://doc.rust-lang.org/stable/std/string/type .String.html#method.as_mut_vec)
712712- [`Vec::as_ptr`](https://doc.rust-lang.org/stable/std/vec/struct.Vec.html#method.as_ptr)
713713- [`Vec::as_slice`](https://doc.rust-lang.org/stable/std/vec/struct.Vec.html#method.as_slice)
714714- [`Vec::capacity`](https://doc.rust-lang.org/stable/std/vec/struct.Vec.html#method.capacity)
@@ -2760,7 +2760,7 @@ Stabilized APIs
27602760
27612761- [`impl<T: Send> Sync for mpsc::Sender<T>`](https://doc.rust-lang.org/stable/std/sync/mpsc/struct.Sender.html#impl-Sync-for-Sender%3CT%3E)
27622762- [`impl TryFrom<&OsStr> for &str`](https://doc.rust-lang.org/stable/std/primitive.str.html#impl-TryFrom%3C%26'a+OsStr%3E-for-%26'a+str)
2763- - [`String::leak`](https://doc.rust-lang.org/stable/alloc/string/struct .String.html#method.leak)
2763+ - [`String::leak`](https://doc.rust-lang.org/stable/alloc/string/type .String.html#method.leak)
27642764
27652765These APIs are now stable in const contexts:
27662766
@@ -4819,8 +4819,8 @@ and related tools.
48194819[`collections::TryReserveError`]: https://doc.rust-lang.org/std/collections/struct.TryReserveError.html
48204820[`HashMap::try_reserve`]: https://doc.rust-lang.org/std/collections/hash_map/struct.HashMap.html#method.try_reserve
48214821[`HashSet::try_reserve`]: https://doc.rust-lang.org/std/collections/hash_set/struct.HashSet.html#method.try_reserve
4822- [`String::try_reserve`]: https://doc.rust-lang.org/alloc/string/struct .String.html#method.try_reserve
4823- [`String::try_reserve_exact`]: https://doc.rust-lang.org/alloc/string/struct .String.html#method.try_reserve_exact
4822+ [`String::try_reserve`]: https://doc.rust-lang.org/alloc/string/type .String.html#method.try_reserve
4823+ [`String::try_reserve_exact`]: https://doc.rust-lang.org/alloc/string/type .String.html#method.try_reserve_exact
48244824[`Vec::try_reserve`]: https://doc.rust-lang.org/std/vec/struct.Vec.html#method.try_reserve
48254825[`Vec::try_reserve_exact`]: https://doc.rust-lang.org/std/vec/struct.Vec.html#method.try_reserve_exact
48264826[`VecDeque::try_reserve`]: https://doc.rust-lang.org/std/collections/struct.VecDeque.html#method.try_reserve
@@ -4961,7 +4961,7 @@ and related tools.
49614961[`BufWriter::into_parts`]: https://doc.rust-lang.org/stable/std/io/struct.BufWriter.html#method.into_parts
49624962[`core::panic::{UnwindSafe, RefUnwindSafe, AssertUnwindSafe}`]: https://github.com/rust-lang/rust/pull/84662
49634963[`Vec::shrink_to`]: https://doc.rust-lang.org/stable/std/vec/struct.Vec.html#method.shrink_to
4964- [`String::shrink_to`]: https://doc.rust-lang.org/stable/std/string/struct .String.html#method.shrink_to
4964+ [`String::shrink_to`]: https://doc.rust-lang.org/stable/std/string/type .String.html#method.shrink_to
49654965[`OsString::shrink_to`]: https://doc.rust-lang.org/stable/std/ffi/struct.OsString.html#method.shrink_to
49664966[`PathBuf::shrink_to`]: https://doc.rust-lang.org/stable/std/path/struct.PathBuf.html#method.shrink_to
49674967[`BinaryHeap::shrink_to`]: https://doc.rust-lang.org/stable/std/collections/struct.BinaryHeap.html#method.shrink_to
@@ -9156,7 +9156,7 @@ Compatibility Notes
91569156[`Iterator::try_for_each`]: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.try_for_each
91579157[`NonNull::cast`]: https://doc.rust-lang.org/std/ptr/struct.NonNull.html#method.cast
91589158[`Option::filter`]: https://doc.rust-lang.org/std/option/enum.Option.html#method.filter
9159- [`String::replace_range`]: https://doc.rust-lang.org/std/string/struct .String.html#method.replace_range
9159+ [`String::replace_range`]: https://doc.rust-lang.org/std/string/type .String.html#method.replace_range
91609160[`Take::set_limit`]: https://doc.rust-lang.org/std/io/struct.Take.html#method.set_limit
91619161[`hint::unreachable_unchecked`]: https://doc.rust-lang.org/std/hint/fn.unreachable_unchecked.html
91629162[`os::unix::process::parent_id`]: https://doc.rust-lang.org/std/os/unix/process/fn.parent_id.html
@@ -9401,7 +9401,7 @@ Compatibility Notes
94019401[`process::id`]: https://doc.rust-lang.org/std/process/fn.id.html
94029402[`slice::rotate_left`]: https://doc.rust-lang.org/std/primitive.slice.html#method.rotate_left
94039403[`slice::rotate_right`]: https://doc.rust-lang.org/std/primitive.slice.html#method.rotate_right
9404- [`String::retain`]: https://doc.rust-lang.org/std/string/struct .String.html#method.retain
9404+ [`String::retain`]: https://doc.rust-lang.org/std/string/type .String.html#method.retain
94059405[cargo/5041]: https://github.com/rust-lang/cargo/pull/5041
94069406[cargo/5083]: https://github.com/rust-lang/cargo/pull/5083
94079407
@@ -10852,8 +10852,8 @@ Compatibility Notes
1085210852[`Result::unwrap_or_default`]: https://doc.rust-lang.org/std/result/enum.Result.html#method.unwrap_or_default
1085310853[`SocketAddr::is_ipv4`]: https://doc.rust-lang.org/std/net/enum.SocketAddr.html#method.is_ipv4
1085410854[`SocketAddr::is_ipv6`]: https://doc.rust-lang.org/std/net/enum.SocketAddr.html#method.is_ipv6
10855- [`String::insert_str`]: https://doc.rust-lang.org/std/string/struct .String.html#method.insert_str
10856- [`String::split_off`]: https://doc.rust-lang.org/std/string/struct .String.html#method.split_off
10855+ [`String::insert_str`]: https://doc.rust-lang.org/std/string/type .String.html#method.insert_str
10856+ [`String::split_off`]: https://doc.rust-lang.org/std/string/type .String.html#method.split_off
1085710857[`Vec::dedup_by_key`]: https://doc.rust-lang.org/std/vec/struct.Vec.html#method.dedup_by_key
1085810858[`Vec::dedup_by`]: https://doc.rust-lang.org/std/vec/struct.Vec.html#method.dedup_by
1085910859[`VecDeque::resize`]: https://doc.rust-lang.org/std/collections/vec_deque/struct.VecDeque.html#method.resize
@@ -12767,8 +12767,8 @@ Compatibility Notes
1276712767[`Ipv6Addr::is_unspecified`]: http://doc.rust-lang.org/nightly/std/net/struct.Ipv6Addr.html#method.is_unspecified
1276812768[`Path::strip_prefix`]: http://doc.rust-lang.org/nightly/std/path/struct.Path.html#method.strip_prefix
1276912769[`RandomState::new`]: http://doc.rust-lang.org/nightly/std/collections/hash_map/struct.RandomState.html#method.new
12770- [`String::as_mut_str`]: http://doc.rust-lang.org/nightly/std/string/struct .String.html#method.as_mut_str
12771- [`String::as_str`]: http://doc.rust-lang.org/nightly/std/string/struct .String.html#method.as_str
12770+ [`String::as_mut_str`]: http://doc.rust-lang.org/nightly/std/string/type .String.html#method.as_mut_str
12771+ [`String::as_str`]: http://doc.rust-lang.org/nightly/std/string/type .String.html#method.as_str
1277212772[`Vec::as_mut_slice`]: http://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.as_mut_slice
1277312773[`Vec::as_slice`]: http://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.as_slice
1277412774[`clone_from_slice`]: http://doc.rust-lang.org/nightly/std/primitive.slice.html#method.clone_from_slice
@@ -12954,7 +12954,7 @@ Compatibility Notes
1295412954[`os::unix::fs::DirBuilderExt::mode`]: http://doc.rust-lang.org/nightly/std/os/unix/fs/trait.DirBuilderExt.html#tymethod.mode
1295512955[`os::unix::fs::DirBuilderExt`]: http://doc.rust-lang.org/nightly/std/os/unix/fs/trait.DirBuilderExt.html
1295612956[`string::Drain`]: http://doc.rust-lang.org/nightly/std/string/struct.Drain.html
12957- [`string::String::drain`]: http://doc.rust-lang.org/nightly/std/string/struct .String.html#method.drain
12957+ [`string::String::drain`]: http://doc.rust-lang.org/nightly/std/string/type .String.html#method.drain
1295812958[`vec::Drain`]: http://doc.rust-lang.org/nightly/std/vec/struct.Drain.html
1295912959[`vec::Vec::drain`]: http://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.drain
1296012960[`vec_deque::Drain`]: http://doc.rust-lang.org/nightly/std/collections/vec_deque/struct.Drain.html
@@ -13303,7 +13303,7 @@ Miscellaneous
1330313303[`Rc::make_mut`]: http://doc.rust-lang.org/nightly/alloc/rc/struct.Rc.html#method.make_mut
1330413304[`Rc::try_unwrap`]: http://doc.rust-lang.org/nightly/alloc/rc/struct.Rc.html#method.try_unwrap
1330513305[`Result::expect`]: http://doc.rust-lang.org/nightly/core/result/enum.Result.html#method.expect
13306- [`String::into_boxed_str`]: http://doc.rust-lang.org/nightly/collections/string/struct .String.html#method.into_boxed_str
13306+ [`String::into_boxed_str`]: http://doc.rust-lang.org/nightly/collections/string/type .String.html#method.into_boxed_str
1330713307[`TcpStream::read_timeout`]: http://doc.rust-lang.org/nightly/std/net/struct.TcpStream.html#method.read_timeout
1330813308[`TcpStream::set_read_timeout`]: http://doc.rust-lang.org/nightly/std/net/struct.TcpStream.html#method.set_read_timeout
1330913309[`TcpStream::write_timeout`]: http://doc.rust-lang.org/nightly/std/net/struct.TcpStream.html#method.write_timeout
0 commit comments