units: Remove "alloc" TODO
Remove the TODO and add an issue: https://github.com/rust-bitcoin/rust-bitcoin/issues/2389
This commit is contained in:
parent
5386ef0fd2
commit
abe2241828
|
@ -29,7 +29,6 @@ extern crate core;
|
|||
#[cfg(feature = "serde")]
|
||||
pub extern crate serde;
|
||||
|
||||
// TODO: Make amount module less dependent on an allocator.
|
||||
#[cfg(feature = "alloc")]
|
||||
pub mod amount;
|
||||
|
||||
|
|
Loading…
Reference in New Issue