From f75c84b20231567bfb717b59cd58fabf96d49180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Cassiers?= Date: Tue, 6 Apr 2021 15:52:57 +0200 Subject: [PATCH] Add link to the parallel module in top-level. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 35b64dce8..4dea225ef 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -80,7 +80,7 @@ //! - `serde` //! - Enables serialization support for serde 1.x //! - `rayon` -//! - Enables parallel iterators, parallelized methods and [`par_azip!`]. +//! - Enables parallel iterators, parallelized methods, the [`parallel`] module and [`par_azip!`]. //! - Implies std //! - `approx` //! - Enables implementations of traits from the [`approx`] crate.