docs: Document ordered feature

Add "ordered" to the list of features in the `bitcoin` crate level docs.
This commit is contained in:
Tobin C. Harding 2024-04-02 08:10:38 +11:00
parent 3520f550f0
commit d91cdd20bf
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
//! `std::error::Error`. At this time there's a hack to
//! achieve the same without this feature but it could
//! happen the implementations diverge one day.
//! * `ordered` - (dependency), adds implementations of `ArbitraryOrdOrd` to some structs.
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]