Use doc_cfg feature on nightly

This commit is contained in:
Deirdre Connolly 2020-10-01 18:36:27 -04:00
parent 90dce62bcf
commit 974dae986f
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#![doc(html_root_url = "https://docs.rs/redjubjub/0.2.2")]
#![cfg_attr(feature = "nightly", feature(doc_cfg))]
#![cfg_attr(feature = "nightly", feature(external_doc))]
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
#![deny(missing_docs)]