Remove explicit feature(external_doc)
It looks like this is now enabled by default as of `cargo 1.54.0-nightly (0cecbd673 2021-06-01)`
This commit is contained in:
parent
224be27aa8
commit
378167efca
@ -14,9 +14,6 @@
|
|||||||
// only enables the `doc_cfg` feature when
|
// only enables the `doc_cfg` feature when
|
||||||
// the `docsrs` configuration attribute is defined
|
// the `docsrs` configuration attribute is defined
|
||||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||||
// only enables the nightly `external_doc` feature when
|
|
||||||
// `test-md-docs` is enabled
|
|
||||||
#![cfg_attr(feature = "test-md-docs", feature(external_doc))]
|
|
||||||
|
|
||||||
//! A modern, lightweight, descriptor-based wallet library written in Rust.
|
//! A modern, lightweight, descriptor-based wallet library written in Rust.
|
||||||
//!
|
//!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user