Replace removed external_doc attr

pull/27/head
Mingwei Samuel 2021-06-30 19:55:44 -07:00
parent 62e2001457
commit a1bca52576
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
#![cfg_attr(feature = "nightly", feature(external_doc))]
#![forbid(unsafe_code)]
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
#![cfg_attr(not(feature = "nightly"), doc = "See [README.md](https://github.com/MingweiSamuel/Riven#readme).")]
#![doc = include_str!("../README.md")]
// Re-exported reqwest types.
pub use reqwest;