Skip to content

Commit e317b44

Browse files
bobrikTheJokr
authored andcommitted
Remove doc_auto_cfg to clear errors on nightly
``` error[E0557]: feature has been removed --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0/src/lib.rs:57:29 | 57 | #![cfg_attr(docsrs, feature(doc_auto_cfg))] | ^^^^^^^^^^^^ feature has been removed | = note: removed in CURRENT_RUSTC_VERSION; see <rust-lang/rust#138907> for more information = note: merged into `doc_cfg` ```
1 parent b37465d commit e317b44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

foundations/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
// NOTE: required to allow cfgs like `tokio_unstable` on nightly which is used in tests.
6969
#![allow(unexpected_cfgs)]
7070
#![warn(missing_docs)]
71-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
7271
#![cfg_attr(docsrs, feature(doc_cfg))]
7372

7473
mod utils;

0 commit comments

Comments
 (0)