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:
Tobin C. Harding 2024-01-23 17:08:05 +11:00
parent 5386ef0fd2
commit abe2241828
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 1 deletions

View File

@ -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;