Merge rust-bitcoin/rust-bitcoin#1717: Remove extern crate hashbrown
2d23e11569
Remove extern crate hashbrown (Tobin C. Harding) Pull request description: (Merge candidate only after release of 0.30.0) We no longer have a "hashbrown" feature, the feature gated `pub extern crate hashbrown` should have been removed when we removed the feature. ACKs for top commit: apoelstra: ACK2d23e11569
Kixunil: ACK2d23e11569
Tree-SHA512: 36d4c539f3f972d42bbc9fda9e96063a78d35afc6aebbf534b878dcef0440b72c2a990bcbdbb2ad3bf99cab7048cdbd4002899c2b314da21e4a7bacaf8c71f0f
This commit is contained in:
commit
86142f17fb
|
@ -64,9 +64,6 @@ pub extern crate bitcoin_hashes as hashes;
|
|||
#[cfg(feature = "bitcoinconsensus")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "bitcoinconsensus")))]
|
||||
pub extern crate bitcoinconsensus;
|
||||
#[cfg(feature = "hashbrown")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "hashbrown")))]
|
||||
pub extern crate hashbrown;
|
||||
pub extern crate secp256k1;
|
||||
|
||||
#[cfg(feature = "serde")]
|
||||
|
|
Loading…
Reference in New Issue