From e13501dc3e2b29178ee6220d190511f8b854d1ff Mon Sep 17 00:00:00 2001 From: nsmryan Date: Tue, 2 Oct 2018 21:40:43 -0400 Subject: [PATCH] rebased with master --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1559605..79b0a45 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -90,7 +90,7 @@ //! + It’s possible to compile against the standard library or go on your own without it. //! + Compiling with the standard library is enabled by default. //! + Use `default-features = []` in your `Cargo.toml` to disable. -//! + Enable explicitly with the `"std"` feataure. +//! + Enable explicitly with the `"std"` feature. #![cfg_attr(not(feature = "std"), no_std)] #![cfg_attr(not(feature = "std"), feature(alloc))]