forked from mirror/Riven
1
0
Fork 0

Replace removed external_doc attr, remove nightly check on non_exhaustive.

v/1.x.x
Mingwei Samuel 2021-06-30 19:55:44 -07:00
parent ac880ab2e5
commit 054fa0f405
1 changed files with 1 additions and 5 deletions

View File

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