@@ -4951,10 +4951,10 @@ Stabilized APIs
49514951---------------
49524952
49534953* [ ` std::panic ` ]
4954- * [ ` std::panic::catch_unwind ` ] [ ] (renamed from ` recover ` )
4955- * [ ` std::panic::resume_unwind ` ] [ ] (renamed from ` propagate ` )
4956- * [ ` std::panic::AssertUnwindSafe ` ] [ ] (renamed from ` AssertRecoverSafe ` )
4957- * [ ` std::panic::UnwindSafe ` ] [ ] (renamed from ` RecoverSafe ` )
4954+ * [ ` std::panic::catch_unwind ` ] (renamed from ` recover ` )
4955+ * [ ` std::panic::resume_unwind ` ] (renamed from ` propagate ` )
4956+ * [ ` std::panic::AssertUnwindSafe ` ] (renamed from ` AssertRecoverSafe ` )
4957+ * [ ` std::panic::UnwindSafe ` ] (renamed from ` RecoverSafe ` )
49584958* [ ` str::is_char_boundary ` ]
49594959* [ ` <*const T>::as_ref ` ]
49604960* [ ` <*mut T>::as_ref ` ]
@@ -5234,18 +5234,18 @@ Libraries
52345234---------
52355235
52365236* Stabilized APIs:
5237- * [ ` str::encode_utf16 ` ] [ ] (renamed from ` utf16_units ` )
5238- * [ ` str::EncodeUtf16 ` ] [ ] (renamed from ` Utf16Units ` )
5237+ * [ ` str::encode_utf16 ` ] (renamed from ` utf16_units ` )
5238+ * [ ` str::EncodeUtf16 ` ] (renamed from ` Utf16Units ` )
52395239 * [ ` Ref::map ` ]
52405240 * [ ` RefMut::map ` ]
52415241 * [ ` ptr::drop_in_place ` ]
52425242 * [ ` time::Instant ` ]
52435243 * [ ` time::SystemTime ` ]
52445244 * [ ` Instant::now ` ]
5245- * [ ` Instant::duration_since ` ] [ ] (renamed from ` duration_from_earlier ` )
5245+ * [ ` Instant::duration_since ` ] (renamed from ` duration_from_earlier ` )
52465246 * [ ` Instant::elapsed ` ]
52475247 * [ ` SystemTime::now ` ]
5248- * [ ` SystemTime::duration_since ` ] [ ] (renamed from ` duration_from_earlier ` )
5248+ * [ ` SystemTime::duration_since ` ] (renamed from ` duration_from_earlier ` )
52495249 * [ ` SystemTime::elapsed ` ]
52505250 * Various ` Add ` /` Sub ` impls for ` Time ` and ` SystemTime `
52515251 * [ ` SystemTimeError ` ]
@@ -5432,8 +5432,8 @@ Libraries
54325432
54335433* Stabilized APIs
54345434 * ` Path `
5435- * [ ` Path::strip_prefix ` ] [ ] (renamed from relative_from)
5436- * [ ` path::StripPrefixError ` ] [ ] (new error type returned from strip_prefix)
5435+ * [ ` Path::strip_prefix ` ] (renamed from relative_from)
5436+ * [ ` path::StripPrefixError ` ] (new error type returned from strip_prefix)
54375437 * ` Ipv4Addr `
54385438 * [ ` Ipv4Addr::is_loopback ` ]
54395439 * [ ` Ipv4Addr::is_private ` ]
@@ -5646,7 +5646,7 @@ Libraries
56465646
56475647* Stabilized APIs:
56485648 [ ` Read::read_exact ` ] ,
5649- [ ` ErrorKind::UnexpectedEof ` ] [ ] (renamed from ` UnexpectedEOF ` ),
5649+ [ ` ErrorKind::UnexpectedEof ` ] (renamed from ` UnexpectedEOF ` ),
56505650 [ ` fs::DirBuilder ` ] , [ ` fs::DirBuilder::new ` ] ,
56515651 [ ` fs::DirBuilder::recursive ` ] , [ ` fs::DirBuilder::create ` ] ,
56525652 [ ` os::unix::fs::DirBuilderExt ` ] ,
@@ -5659,11 +5659,11 @@ Libraries
56595659 [ ` collections::hash_set::HashSet::drain ` ] ,
56605660 [ ` collections::binary_heap::Drain ` ] ,
56615661 [ ` collections::binary_heap::BinaryHeap::drain ` ] ,
5662- [ ` Vec::extend_from_slice ` ] [ ] (renamed from ` push_all ` ),
5662+ [ ` Vec::extend_from_slice ` ] (renamed from ` push_all ` ),
56635663 [ ` Mutex::get_mut ` ] , [ ` Mutex::into_inner ` ] , [ ` RwLock::get_mut ` ] ,
56645664 [ ` RwLock::into_inner ` ] ,
5665- [ ` Iterator::min_by_key ` ] [ ] (renamed from ` min_by ` ),
5666- [ ` Iterator::max_by_key ` ] [ ] (renamed from ` max_by ` ).
5665+ [ ` Iterator::min_by_key ` ] (renamed from ` min_by ` ),
5666+ [ ` Iterator::max_by_key ` ] (renamed from ` max_by ` ).
56675667* The [ core library] [ 1.6co ] is stable, as are most of its APIs.
56685668* [ The ` assert_eq! ` macro supports arguments that don't implement
56695669 ` Sized ` ] [ 1.6ae ] , such as arrays. In this way it behaves more like
0 commit comments