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.
external_doc
1 parent e84edda commit 792c385Copy full SHA for 792c385
src/lib.rs
@@ -9,7 +9,6 @@
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"))]
14
#![cfg_attr(feature = "nightly", deny(missing_docs))]
15
#![doc(html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png")]
0 commit comments