Skip to content

Commit 501b41d

Browse files
authored
docs: replace doc_auto_cfg with doc_cfg (#276)
1 parent 651b6f9 commit 501b41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oas3/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//!
1717
//! [OpenAPI v3.1.x]: https://spec.openapis.org/oas/v3.1.1
1818
19-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
19+
#![cfg_attr(docsrs, feature(doc_cfg))]
2020

2121
pub mod spec;
2222

0 commit comments

Comments
 (0)