From 93f2c6c125a58f80199999c54722ae93e6d502ad Mon Sep 17 00:00:00 2001 From: geo-ant <54497890+geo-ant@users.noreply.github.com> Date: Thu, 24 Nov 2022 08:29:30 +0100 Subject: [PATCH] fix format --- src/base/par_iter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/par_iter.rs b/src/base/par_iter.rs index 19700c92..7d943e40 100644 --- a/src/base/par_iter.rs +++ b/src/base/par_iter.rs @@ -12,7 +12,7 @@ use rayon::{iter::plumbing::bridge, prelude::*}; /// A rayon parallel iterator over the colums of a matrix. It is created /// using the [`par_column_iter`] method of [`Matrix`]. -/// +/// /// *only availabe if compiled with the feature `par-iter`* /// [`par_column_iter`]: crate::Matrix::par_column_iter /// [`Matrix`]: crate::Matrix