Stop using deprecated external_doc, use doc = include_str macro

This commit is contained in:
Deirdre Connolly 2021-06-10 22:22:27 -04:00
parent 21cb1cb743
commit ecf327eff0
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#![cfg_attr(feature = "nightly", feature(external_doc))]
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
#![doc = include_str!("../README.md")]
use std::convert::TryFrom;