diff --git a/src/lib.rs b/src/lib.rs index fa1b333..ff0fb93 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1600,6 +1600,7 @@ mod test { } #[test] + #[cfg(feature = "std")] fn test_as_decimal() { use AsDecimal; use std::string::ToString;