Remove extra module-level doc to allow doc = include_str to work

This commit is contained in:
Deirdre Connolly 2021-06-22 16:34:07 -04:00
parent 751af8a76b
commit 3db05e29f7
1 changed files with 1 additions and 4 deletions

View File

@ -8,11 +8,8 @@
// - Deirdre Connolly <deirdre@zfnd.org>
// - Henry de Valence <hdevalence@hdevalence.ca>
#![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;