docs: Document ordered feature
Add "ordered" to the list of features in the `bitcoin` crate level docs.
This commit is contained in:
parent
3520f550f0
commit
d91cdd20bf
|
@ -27,6 +27,7 @@
|
||||||
//! `std::error::Error`. At this time there's a hack to
|
//! `std::error::Error`. At this time there's a hack to
|
||||||
//! achieve the same without this feature but it could
|
//! achieve the same without this feature but it could
|
||||||
//! happen the implementations diverge one day.
|
//! 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)]
|
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue