From 53dfbff661844e29ae7538d81fe25cc612e8b899 Mon Sep 17 00:00:00 2001
From: Davide Cavalca <dcavalca@fedoraproject.org>
Date: Thu, 5 Aug 2021 08:35:26 -0700
Subject: [PATCH] Update displaydoc to 0.2

---
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -53,9 +53,8 @@
 pub enum Error {
     /// The slope is too steep to represent, approaching infinity.
     TooSteep,
-    /// Failed to calculate mean.
-    ///
-    /// This means the input was empty or had too many elements.
+    /** Failed to calculate mean.
+        This means the input was empty or had too many elements. */
     Mean,
     /// Lengths of the inputs are different.
     InputLenDif,
