From 72fcdffffc75c2dc8e53a1b78e7c99f7a0f82dd2 Mon Sep 17 00:00:00 2001 From: Jim Turner Date: Tue, 6 Apr 2021 23:32:22 -0400 Subject: [PATCH] Fix indentation of list in docs --- src/lib.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 4dea225ef..8fe999cc6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -71,12 +71,12 @@ //! `Cargo.toml`. //! //! - `std` -//! - Rust standard library (enabled by default) -//! - This crate can be used without the standard library by disabling the -//! default `std` feature. To do so, use `default-features = false` in -//! your `Cargo.toml`. -//! - The `geomspace` `linspace` `logspace` `range` `std` `var` `var_axis` -//! and `std_axis` methods are only available when `std` is enabled. +//! - Rust standard library (enabled by default) +//! - This crate can be used without the standard library by disabling the +//! default `std` feature. To do so, use `default-features = false` in +//! your `Cargo.toml`. +//! - The `geomspace` `linspace` `logspace` `range` `std` `var` `var_axis` +//! and `std_axis` methods are only available when `std` is enabled. //! - `serde` //! - Enables serialization support for serde 1.x //! - `rayon`