From 98411994803eeee99ba753896cf10a43b19f3ddf Mon Sep 17 00:00:00 2001 From: Johanna Date: Thu, 12 Dec 2024 13:03:53 +0100 Subject: [PATCH] remove unnecessary empty line in crate docstring --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d20d4f1..4ffe9c0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -94,7 +94,6 @@ //! `std`: use the standard library to compute square roots and logarithms for a potential performance gain. //! When this feature is disabled the crate is `no_std` compatible. //! -//! //! ## References //! //! \[1\]: Toshio Fukushima.