Skip to content

Commit 8a70fff

Browse files
committed
Merge remote-tracking branch 'centril/patch-1' into develop
2 parents 82e3368 + 3b5afc0 commit 8a70fff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
// - Henry de Valence <hdevalence@hdevalence.ca>
1010

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

0 commit comments

Comments
 (0)