Fix doc-link issue

This commit is contained in:
Lukas Bergdoll
2024-06-16 20:26:33 +02:00
parent 9889ab1f60
commit 24697ac66b

View File

@@ -106,7 +106,7 @@ impl<T: FreezeMarker> UnstableSmallSortTypeImpl for T {
} }
/// FIXME(effects) use original ipnsort approach with choose_unstable_small_sort, /// FIXME(effects) use original ipnsort approach with choose_unstable_small_sort,
/// as found here https://github.com/Voultapher/sort-research-rs/blob/438fad5d0495f65d4b72aa87f0b62fc96611dff3/ipnsort/src/smallsort.rs#L83C10-L83C36. /// as found here <https://github.com/Voultapher/sort-research-rs/blob/438fad5d0495f65d4b72aa87f0b62fc96611dff3/ipnsort/src/smallsort.rs#L83C10-L83C36>.
pub(crate) trait UnstableSmallSortFreezeTypeImpl: Sized + FreezeMarker { pub(crate) trait UnstableSmallSortFreezeTypeImpl: Sized + FreezeMarker {
fn small_sort_threshold() -> usize; fn small_sort_threshold() -> usize;