Skip to content

Commit 0f846e7

Browse files
committed
cap-std/src/lib.rs: remove deprecated docsrs tag
1 parent 89f9d92 commit 0f846e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cap-std/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
//!
2222
//! [`Dir`]: fs::Dir
2323
//! [`Pool`]: net::Pool
24+
//!
2425
2526
#![deny(missing_docs)]
26-
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
27+
#![cfg_attr(docsrs, feature(doc_cfg))]
2728
#![cfg_attr(target_os = "wasi", feature(wasi_ext))]
2829
#![cfg_attr(can_vector, feature(can_vector))]
2930
#![cfg_attr(write_all_vectored, feature(write_all_vectored))]

0 commit comments

Comments
 (0)