Skip to content

Commit bd3b858

Browse files
committed
chore(docsrs): make docs.rs build work
The nightly feature has been removed in rust 1.92, see docs.rs build failure https://docs.rs/crate/rustls-native-certs/latest/builds/2773223 and rust PR rust-lang/rust#138907.
1 parent 72c6a1a commit bd3b858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//! ```
2020
2121
// Enable documentation for all features on docs.rs
22-
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
22+
#![cfg_attr(docsrs, feature(doc_cfg))]
2323

2424
use std::error::Error as StdError;
2525
use std::path::{Path, PathBuf};

0 commit comments

Comments
 (0)