From 57fa7099aa3285bd32e1b55af355d22d60121657 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 26 Sep 2018 10:50:41 +0700 Subject: [PATCH] Call `base` that instead of `based`. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index bade4b70..71636369 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -128,7 +128,7 @@ pub mod linalg; #[cfg(feature = "std")] #[deprecated( - note = "The 'core' module is being renamed 'based' to avoid conflicts with the 'core' crate." + note = "The 'core' module is being renamed to 'base' to avoid conflicts with the 'core' crate." )] pub use base as core; pub use base::*;