Skip to content

Commit 57608a4

Browse files
committed
fix: doc_auto_cfg
1 parent e537bd4 commit 57608a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

page_table_entry/src/lib.rs

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

55
mod arch;

page_table_multiarch/src/lib.rs

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

55
#[macro_use]

0 commit comments

Comments
 (0)