Skip to content

Commit d4dc4fa

Browse files
committed
doc_auto_cfg -> doc_cfg
1 parent 7c99279 commit d4dc4fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
allow = [
33
"Apache-2.0",
44
"MIT",
5-
"Unicode-DFS-2016",
65
"Unicode-3.0"
76
]
87

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![doc = include_str!("../README.md")]
2-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
2+
#![cfg_attr(docsrs, feature(doc_cfg))]
33
#![deny(
44
future_incompatible,
55
nonstandard_style,

0 commit comments

Comments
 (0)