1 2 3 4 5 6
#[cfg(feature = "serde")] pub mod serde_notnan { use ordered_float::NotNan; } #[cfg(feature = "serde")] pub use self::serde_notnan::*;