Fix doc-link issue
This commit is contained in:
parent
9889ab1f60
commit
24697ac66b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ impl<T: FreezeMarker> UnstableSmallSortTypeImpl for T {
|
|||
}
|
||||
|
||||
/// 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 {
|
||||
fn small_sort_threshold() -> usize;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue