Insert pub-use-statements for `Norm` and `Distance` traits.

This commit is contained in:
Manuel Simon 2019-08-07 21:33:38 +02:00
parent bd65144d94
commit 7a9571eaa9
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ pub use ops::saturating::Saturating;
pub use ops::wrapping::{WrappingAdd, WrappingMul, WrappingShl, WrappingShr, WrappingSub};
pub use pow::{checked_pow, pow, Pow};
pub use sign::{abs, abs_sub, signum, Signed, Unsigned};
pub use dist::{Norm, Distance};
#[macro_use]
mod macros;