Skip to content

Commit bdcb242

Browse files
committed
Remove doc_auto_cfg
Attribute has been removed in recent nightly toolchain and this breaks the docs build on docsrs.
1 parent 7e2c2ff commit bdcb242

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

secp256k1-sys/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// Coding conventions
88
#![deny(non_upper_case_globals, non_camel_case_types, non_snake_case, unused_mut)]
99
#![cfg_attr(all(not(test), not(feature = "std")), no_std)]
10-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
1110

1211
#[cfg(any(test, feature = "std"))]
1312
extern crate core;

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@
149149
#![warn(missing_docs, missing_copy_implementations, missing_debug_implementations)]
150150
#![cfg_attr(all(not(test), not(feature = "std")), no_std)]
151151
// Experimental features we need.
152-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
153152
#![cfg_attr(bench, feature(test))]
154153

155154
#[cfg(feature = "alloc")]

0 commit comments

Comments
 (0)