From 8c5121ca08ef71fd32b80f8bc9a80850f691b3df Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Fri, 27 Jul 2018 16:53:27 +0200 Subject: [PATCH] Suggest correct Serde feature --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 34f4860..76b0fa1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -17,7 +17,7 @@ //! avoid numerical instabilities. //! //! If you want [Serde](https://github.com/serde-rs/serde) support, -//! include `"serde"` in your list of features. +//! include `"serde1"` in your list of features. //! //! Note that deserializing does not currently check for all invalid inputs. //! For example, if you deserialize a corrupted [`Variance`] it may return