Fix doc-link issue · model-checking/verify-rust-std@48e1578 (original) (raw)

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ impl<T: FreezeMarker> UnstableSmallSortTypeImpl for T {
106 106 }
107 107
108 108 /// 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\.
110 110 pub(crate) trait UnstableSmallSortFreezeTypeImpl: Sized + FreezeMarker {
111 111 fn small_sort_threshold() -> usize;
112 112