another try

This commit is contained in:
Alfredo Garcia 2021-06-19 12:27:41 -03:00 committed by Deirdre Connolly
parent 79b8b52baa
commit ced2819690
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_str!("../README.md")))]
#![cfg_attr(feature = "nightly", doc = include_str!("../README.md"))]
#![deny(missing_docs)]
//! Docs require the `nightly` feature until RFC 1990 lands.