Remove Float trait.

This commit is contained in:
Stephen Chung
2021-03-29 11:36:15 +08:00
parent e5249cc1ae
commit 60f8a7f91c
6 changed files with 1 additions and 22 deletions

View File

@@ -11,10 +11,6 @@ use crate::FLOAT;
#[cfg(feature = "decimal")]
use rust_decimal::Decimal;
#[cfg(feature = "no_std")]
#[cfg(not(feature = "no_float"))]
use num_traits::float::Float;
/// Is the type a numeric type?
#[inline(always)]
fn is_numeric(type_id: TypeId) -> bool {