Fix feature build.
This commit is contained in:
parent
182fc2c3d1
commit
5285dad1a8
@ -42,8 +42,6 @@ where
|
||||
Ok(StepRange::<T>(from, to, step))
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "only_i32"))]
|
||||
#[cfg(not(feature = "only_i64"))]
|
||||
macro_rules! reg_range {
|
||||
($lib:expr, $x:expr, $( $y:ty ),*) => (
|
||||
$(
|
||||
@ -58,8 +56,6 @@ macro_rules! reg_range {
|
||||
)
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "only_i32"))]
|
||||
#[cfg(not(feature = "only_i64"))]
|
||||
macro_rules! reg_stepped_range {
|
||||
($lib:expr, $x:expr, $( $y:ty ),*) => (
|
||||
$(
|
||||
|
Loading…
Reference in New Issue
Block a user