The current feature gating is wrong, this bug is unreleased because it was introduced #2585. The `impl_array_newtype` macro is only used in the `bitcoin` crate, it does not need to be in `internals`. Also, other crates have an `alloc` feature which `bitcoin` does not have so if we ever need it in other places we'll need a duplicate with the correct feature gating anyways. Move the macro to `bitcoin::internal_macros` and remove the incorrect `alloc` feature gating. |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml |