Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 48e1578

Browse files
committedJun 16, 2024
Fix doc-link issue
1 parent 489dfce commit 48e1578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/src/slice/sort/shared/smallsort.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl<T: FreezeMarker> UnstableSmallSortTypeImpl for T {
106106
}
107107

108108
/// FIXME(effects) use original ipnsort approach with choose_unstable_small_sort,
109-
/// as found here https://github.com/Voultapher/sort-research-rs/blob/438fad5d0495f65d4b72aa87f0b62fc96611dff3/ipnsort/src/smallsort.rs#L83C10-L83C36.
109+
/// as found here <https://github.com/Voultapher/sort-research-rs/blob/438fad5d0495f65d4b72aa87f0b62fc96611dff3/ipnsort/src/smallsort.rs#L83C10-L83C36>.
110110
pub(crate) trait UnstableSmallSortFreezeTypeImpl: Sized + FreezeMarker {
111111
fn small_sort_threshold() -> usize;
112112

0 commit comments

Comments
 (0)
Failed to load comments.