try to fix the docs build

This commit is contained in:
Alfredo Garcia 2021-06-19 12:18:06 -03:00 committed by Deirdre Connolly
parent 5105bcc865
commit 79b8b52baa
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#![doc(html_root_url = "https://docs.rs/redjubjub/0.2.2")]
#![cfg_attr(feature = "nightly", feature(external_doc))]
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
#![cfg_attr(feature = "nightly", doc(include_str!("../README.md")))]
#![deny(missing_docs)]
//! Docs require the `nightly` feature until RFC 1990 lands.