Skip to content

Commit

Permalink
Remove extra module-level doc to allow doc = include_str to work
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Jun 22, 2021
1 parent 751af8a commit 3db05e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@
// - Deirdre Connolly <[email protected]>
// - Henry de Valence <[email protected]>

#![doc(html_root_url = "https://docs.rs/redjubjub/0.2.2")]
#![cfg_attr(feature = "nightly", doc = include_str!("../README.md"))]
#![deny(missing_docs)]

//! Docs require the `nightly` feature until RFC 1990 lands.
#![doc = include_str!("../README.md")]

pub mod batch;
mod constants;
Expand Down

0 comments on commit 3db05e2

Please sign in to comment.