From: Alekos Filini Date: Wed, 9 Jun 2021 09:09:57 +0000 (+0200) Subject: Remove explicit `feature(external_doc)` X-Git-Tag: v0.8.0~3^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.SegwitCodeLengthError.html?a=commitdiff_plain;h=378167efcadffe67f6aae3f261f81955e8a8cbec;p=bdk 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)` --- diff --git a/src/lib.rs b/src/lib.rs index 77cbef61..756e4429 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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. //!