mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-27 03:16:33 +00:00
Replace removed external_doc attr
This commit is contained in:
parent
62e2001457
commit
a1bca52576
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
||||||
#![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;
|
||||||
|
|
Loading…
Reference in a new issue