File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# Version 0.4.0 (2024-09-14)
22
3+ * Fix doc links.
34 * Bump dependencies.
45
56# Version 0.3.1 (2024-06-13)
Original file line number Diff line number Diff line change @@ -1565,8 +1565,7 @@ where
15651565 feature = "alloc" ,
15661566 doc = "\
15671567 Assumes that the array is sorted by the key, for instance with
1568- [`sort_by_key`] using the same key extraction function.
1569- "
1568+ [`sort_by_key`] using the same key extraction function."
15701569 ) ]
15711570 ///
15721571 /// If the value is found then [`Result::Ok`] is returned, containing the
@@ -1583,8 +1582,7 @@ where
15831582 #[ cfg_attr(
15841583 feature = "alloc" ,
15851584 doc = "\
1586- [`sort_by_key`]: Slice1Ext::sort_by_key
1587- "
1585+ [`sort_by_key`]: Slice1Ext::sort_by_key"
15881586 ) ]
15891587 /// [`binary_search`]: Slice1Ext::binary_search
15901588 /// [`binary_search_by`]: Slice1Ext::binary_search_by
You can’t perform that action at this time.
0 commit comments