Remove feature(external_doc) completely

This commit is contained in:
Hirrolot 2021-06-18 21:44:10 +06:00
parent fb0b267b94
commit 74348b7236

View file

@ -46,7 +46,6 @@
)]
#![allow(clippy::match_bool)]
#![forbid(unsafe_code)]
#![cfg_attr(all(feature = "nightly", doctest), feature(external_doc))]
#![cfg_attr(feature = "nightly", feature(doc_cfg))]
// we pass "--cfg docsrs" when building docs to add `This is supported on