Skip to content

Commit 99233f1

Browse files
committed
Merge rust-bitcoin#5321: Remove doc_auto_cfg
de871f3 Remove doc_auto_cfg (Tobin C. Harding) Pull request description: It breaks the build and we are electing to just remove any attributes required by docs.rs for now. ACKs for top commit: apoelstra: ACK de871f3; successfully ran local tests Tree-SHA512: e258823cea4409c0ea241a5cb183576ad2cd0944c3361bfc6fda1a7f4d7553da53d6aaa18162e8251771dbc8b0a38edf950578a0d25b0d84681d81a1dfd40fe7
2 parents 6993c6f + de871f3 commit 99233f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bitcoin/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
3131
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
3232
// Experimental features we need.
33-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
3433
#![cfg_attr(bench, feature(test))]
3534
// Coding conventions.
3635
#![warn(missing_docs)]

0 commit comments

Comments
 (0)