Skip to content

Commit

Permalink
units: Remove "alloc" TODO
Browse files Browse the repository at this point in the history
Remove the TODO and add an issue:

  rust-bitcoin#2389
  • Loading branch information
tcharding committed Jan 25, 2024
1 parent 5386ef0 commit abe2241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion units/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit abe2241

Please sign in to comment.