Call `base` that instead of `based`.

This commit is contained in:
Bruce Mitchener 2018-09-26 10:50:41 +07:00 committed by Sébastien Crozet
parent 3aeb2549d8
commit 57fa7099aa
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ pub mod linalg;
#[cfg(feature = "std")] #[cfg(feature = "std")]
#[deprecated( #[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 as core;
pub use base::*; pub use base::*;