We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7a9e60 + 9a52d28 commit b22505bCopy full SHA for b22505b
src/lib.rs
@@ -9,6 +9,7 @@
9
)]
10
#![cfg_attr(target_arch = "x86_64", feature(abi_x86_interrupt))]
11
#![feature(allocator_api)]
12
+#![cfg_attr(docsrs, feature(doc_cfg))]
13
#![feature(linkage)]
14
#![feature(linked_list_cursors)]
15
#![feature(maybe_uninit_as_bytes)]
0 commit comments