Skip to content

Commit 3b5afc0

Browse files
Centrildaxpedda
andauthored
Update src/lib.rs
Co-authored-by: daxpedda <daxpedda@gmail.com>
1 parent 792c385 commit 3b5afc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

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

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

0 commit comments

Comments
 (0)