This commit is contained in:
Alfredo Garcia 2021-06-16 16:39:26 -03:00 committed by GitHub
parent 0f21970a7e
commit 63f63331b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
// - 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")])]
#![doc = include_str!("../README.md")]
#![deny(missing_docs)]
//! Docs require the `nightly` feature until RFC 1990 lands.