Skip to content

Commit d08ffd0

Browse files
committed
Merge branch 'develop' into release/2.4.1
2 parents 7eac378 + 8a70fff commit d08ffd0

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)