Skip to content

Commit 3940ccb

Browse files
committed
Switch from doc_auto_cfg to doc_cfg (#1228)
`doc_auto_cfg` was recently removed from rustc. See RustCrypto/traits#2028. `doc_cfg` is also now automatic.
1 parent c68a520 commit 3940ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeroize/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![no_std]
2-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
2+
#![cfg_attr(docsrs, feature(doc_cfg))]
33
#![doc(
44
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg",
55
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"

0 commit comments

Comments
 (0)