You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/slice/sort/shared/smallsort.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ impl<T: FreezeMarker> UnstableSmallSortTypeImpl for T {
102
102
}
103
103
}
104
104
105
-
/// FIXME(effects) use original ipnsort approach with choose_unstable_small_sort,
105
+
/// FIXME(const_trait_impl) use original ipnsort approach with choose_unstable_small_sort,
106
106
/// as found here <https://github.com/Voultapher/sort-research-rs/blob/438fad5d0495f65d4b72aa87f0b62fc96611dff3/ipnsort/src/smallsort.rs#L83C10-L83C36>.
0 commit comments