@@ -4951,10 +4951,10 @@ Stabilized APIs
4951
4951
---------------
4952
4952
4953
4953
* [ ` 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 ` )
4958
4958
* [ ` str::is_char_boundary ` ]
4959
4959
* [ ` <*const T>::as_ref ` ]
4960
4960
* [ ` <*mut T>::as_ref ` ]
@@ -5234,18 +5234,18 @@ Libraries
5234
5234
---------
5235
5235
5236
5236
* 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 ` )
5239
5239
* [ ` Ref::map ` ]
5240
5240
* [ ` RefMut::map ` ]
5241
5241
* [ ` ptr::drop_in_place ` ]
5242
5242
* [ ` time::Instant ` ]
5243
5243
* [ ` time::SystemTime ` ]
5244
5244
* [ ` Instant::now ` ]
5245
- * [ ` Instant::duration_since ` ] [ ] (renamed from ` duration_from_earlier ` )
5245
+ * [ ` Instant::duration_since ` ] (renamed from ` duration_from_earlier ` )
5246
5246
* [ ` Instant::elapsed ` ]
5247
5247
* [ ` SystemTime::now ` ]
5248
- * [ ` SystemTime::duration_since ` ] [ ] (renamed from ` duration_from_earlier ` )
5248
+ * [ ` SystemTime::duration_since ` ] (renamed from ` duration_from_earlier ` )
5249
5249
* [ ` SystemTime::elapsed ` ]
5250
5250
* Various ` Add ` /` Sub ` impls for ` Time ` and ` SystemTime `
5251
5251
* [ ` SystemTimeError ` ]
@@ -5432,8 +5432,8 @@ Libraries
5432
5432
5433
5433
* Stabilized APIs
5434
5434
* ` 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)
5437
5437
* ` Ipv4Addr `
5438
5438
* [ ` Ipv4Addr::is_loopback ` ]
5439
5439
* [ ` Ipv4Addr::is_private ` ]
@@ -5646,7 +5646,7 @@ Libraries
5646
5646
5647
5647
* Stabilized APIs:
5648
5648
[ ` Read::read_exact ` ] ,
5649
- [ ` ErrorKind::UnexpectedEof ` ] [ ] (renamed from ` UnexpectedEOF ` ),
5649
+ [ ` ErrorKind::UnexpectedEof ` ] (renamed from ` UnexpectedEOF ` ),
5650
5650
[ ` fs::DirBuilder ` ] , [ ` fs::DirBuilder::new ` ] ,
5651
5651
[ ` fs::DirBuilder::recursive ` ] , [ ` fs::DirBuilder::create ` ] ,
5652
5652
[ ` os::unix::fs::DirBuilderExt ` ] ,
@@ -5659,11 +5659,11 @@ Libraries
5659
5659
[ ` collections::hash_set::HashSet::drain ` ] ,
5660
5660
[ ` collections::binary_heap::Drain ` ] ,
5661
5661
[ ` collections::binary_heap::BinaryHeap::drain ` ] ,
5662
- [ ` Vec::extend_from_slice ` ] [ ] (renamed from ` push_all ` ),
5662
+ [ ` Vec::extend_from_slice ` ] (renamed from ` push_all ` ),
5663
5663
[ ` Mutex::get_mut ` ] , [ ` Mutex::into_inner ` ] , [ ` RwLock::get_mut ` ] ,
5664
5664
[ ` 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 ` ).
5667
5667
* The [ core library] [ 1.6co ] is stable, as are most of its APIs.
5668
5668
* [ The ` assert_eq! ` macro supports arguments that don't implement
5669
5669
` Sized ` ] [ 1.6ae ] , such as arrays. In this way it behaves more like
0 commit comments