Call `base` that instead of `based`.
This commit is contained in:
parent
3aeb2549d8
commit
57fa7099aa
|
@ -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::*;
|
||||||
|
|
Loading…
Reference in New Issue