We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f8638 commit cdc6fafCopy full SHA for cdc6faf
src/lib.rs
@@ -9,8 +9,6 @@
9
//! [BIP-370]: <https://github.com/bitcoin/bips/blob/master/bip-0370.mediawiki>
10
11
#![no_std]
12
-// Experimental features we need.
13
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
14
// Coding conventions
15
#![warn(missing_docs)]
16
0 commit comments