Skip to content

Commit 792c385

Browse files
authored
drop external_doc feature gate usage
1 parent e84edda commit 792c385

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// - Henry de Valence <hdevalence@hdevalence.ca>
1010

1111
#![no_std]
12-
#![cfg_attr(feature = "nightly", feature(external_doc))]
1312
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
1413
#![cfg_attr(feature = "nightly", deny(missing_docs))]
1514
#![doc(html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png")]

0 commit comments

Comments
 (0)