Skip to content

Commit 2119919

Browse files
committed
Updated unittests for release.
1 parent bfbb947 commit 2119919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lexical-parse-integer/tests/algorithm_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ fn test_try_parse_8digits() {
118118
assert_eq!(parse(b"12345678"), Some(12345678));
119119
}
120120

121+
#[cfg(feature = "power-of-two")]
121122
macro_rules! parse_radix {
122123
($i:literal) => {
123124
|bytes: &[u8]| algorithm::algorithm_partial::<u32, u32, { from_radix($i) }>(bytes)

0 commit comments

Comments
 (0)