Skip to content

Commit de871f3

Browse files
committed
Remove doc_auto_cfg
It breaks the build and we are electing to just remove any attributes required by docs.rs for now.
1 parent ecffa6b commit de871f3

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
@@ -31,7 +31,6 @@
3131
3232
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
3333
// Experimental features we need.
34-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
3534
#![cfg_attr(bench, feature(test))]
3635
// Coding conventions.
3736
#![warn(missing_docs)]

0 commit comments

Comments
 (0)