Skip to content

Commit

Permalink
Merge remote-tracking branch 'centril/patch-1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Jul 13, 2021
2 parents 82e3368 + 3b5afc0 commit 8a70fff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
// - Henry de Valence <hdevalence@hdevalence.ca>

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

0 comments on commit 8a70fff

Please sign in to comment.