Skip to content

Commit

Permalink
Fix doc links.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Sep 14, 2024
1 parent 355332c commit c0ee603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Version 0.4.0 (2024-09-14)

* Fix doc links.
* Bump dependencies.

# Version 0.3.1 (2024-06-13)
Expand Down
6 changes: 2 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1565,8 +1565,7 @@ where
feature = "alloc",
doc = "\
Assumes that the array is sorted by the key, for instance with
[`sort_by_key`] using the same key extraction function.
"
[`sort_by_key`] using the same key extraction function."
)]
///
/// If the value is found then [`Result::Ok`] is returned, containing the
Expand All @@ -1583,8 +1582,7 @@ where
#[cfg_attr(
feature = "alloc",
doc = "\
[`sort_by_key`]: Slice1Ext::sort_by_key
"
[`sort_by_key`]: Slice1Ext::sort_by_key"
)]
/// [`binary_search`]: Slice1Ext::binary_search
/// [`binary_search_by`]: Slice1Ext::binary_search_by
Expand Down

0 comments on commit c0ee603

Please sign in to comment.