rayonパッケージ
Revisión | 5f98c019abc4d40697e83271c072cb2b92966f46 (tree) |
---|---|
Tiempo | 2018-04-24 08:31:47 |
Autor | bors[bot] <bors[bot]@user...> |
Commiter | bors[bot] |
Merge #568
568: link to par_sort resolves r=cuviper a=AndyGauge
I found a dead link.
Co-authored-by: Andy Gauge <andygauge@gmail.com>
@@ -39,7 +39,7 @@ mod test; | ||
39 | 39 | /// sort for real, you should prefer [the `par_sort` method] offered |
40 | 40 | /// by Rayon). |
41 | 41 | /// |
42 | -/// [the `par_sort` method]: ../slice/trait.ParallelSliceMut.html#method.par_sort | |
42 | +/// [the `par_sort` method]: ../rayon/slice/trait.ParallelSliceMut.html#method.par_sort | |
43 | 43 | /// |
44 | 44 | /// ```rust |
45 | 45 | /// # use rayon_core as rayon; |