We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82e3368 + 3b5afc0 commit 8a70fffCopy full SHA for 8a70fff
src/lib.rs
@@ -9,8 +9,7 @@
9
// - Henry de Valence <hdevalence@hdevalence.ca>
10
11
#![no_std]
12
-#![cfg_attr(feature = "nightly", feature(external_doc))]
13
-#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
+#![cfg_attr(feature = "nightly", doc = include_str!("../README.md"))]
14
#![cfg_attr(feature = "nightly", deny(missing_docs))]
15
#![doc(html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png")]
16
#![doc(html_root_url = "https://docs.rs/subtle/2.4.0")]
0 commit comments