Remove need for default features in dependencies.

This commit is contained in:
Stephen Chung
2022-01-27 08:22:20 +08:00
parent c79f1e44e4
commit 69dab31617
3 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ use std::{
use std::str::FromStr;
#[cfg(not(feature = "no_float"))]
use num_traits::Float;
use num_traits::float::FloatCore as Float;
/// _(internals)_ A binary expression.
/// Exported under the `internals` feature only.