We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e537bd4 commit 57608a4Copy full SHA for 57608a4
page_table_entry/src/lib.rs
@@ -1,5 +1,5 @@
1
#![cfg_attr(not(test), no_std)]
2
-#![cfg_attr(doc, feature(doc_auto_cfg))]
+#![cfg_attr(doc, feature(doc_cfg))]
3
#![doc = include_str!("../README.md")]
4
5
mod arch;
page_table_multiarch/src/lib.rs
#[macro_use]
0 commit comments