• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

rayonパッケージ


Commit MetaInfo

Revisión5f98c019abc4d40697e83271c072cb2b92966f46 (tree)
Tiempo2018-04-24 08:31:47
Autorbors[bot] <bors[bot]@user...>
Commiterbors[bot]

Log Message

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>

Cambiar Resumen

Diferencia incremental

--- a/rayon-core/src/join/mod.rs
+++ b/rayon-core/src/join/mod.rs
@@ -39,7 +39,7 @@ mod test;
3939 /// sort for real, you should prefer [the `par_sort` method] offered
4040 /// by Rayon).
4141 ///
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
4343 ///
4444 /// ```rust
4545 /// # use rayon_core as rayon;