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:
Alekos Filini 2021-06-09 11:09:57 +02:00
parent 224be27aa8
commit 378167efca
No known key found for this signature in database
GPG Key ID: 431401E4A4530061

View File

@ -14,9 +14,6 @@
// only enables the `doc_cfg` feature when
// the `docsrs` configuration attribute is defined
#![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.
//!