Remove unneeded feature gate
We can use the `parse::hex_remove_optional_prefix` now without the feature gate.
This commit is contained in:
parent
88f6621e30
commit
ff20249bdc
|
@ -6,9 +6,7 @@ use core::fmt;
|
||||||
|
|
||||||
use internals::error::InputString;
|
use internals::error::InputString;
|
||||||
|
|
||||||
use crate::parse::ParseIntError;
|
use crate::parse::{self, ParseIntError};
|
||||||
#[cfg(feature = "alloc")]
|
|
||||||
use crate::parse;
|
|
||||||
|
|
||||||
/// The Threshold for deciding whether a lock time value is a height or a time (see [Bitcoin Core]).
|
/// The Threshold for deciding whether a lock time value is a height or a time (see [Bitcoin Core]).
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue