Skip to content

Commit c0ee603

Browse files
committed
Fix doc links.
1 parent 355332c commit c0ee603

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

RELEASES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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)

src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)