From c4f620cb30fb5c98655ecd4726f913e488f90b5b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 12 Oct 2020 16:42:59 +0900 Subject: [PATCH] chore: remove use of doc_alias feature (#2944) --- tokio/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tokio/src/lib.rs b/tokio/src/lib.rs index 326b13955..cd05cb55b 100644 --- a/tokio/src/lib.rs +++ b/tokio/src/lib.rs @@ -16,7 +16,6 @@ attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables)) ))] #![cfg_attr(docsrs, feature(doc_cfg))] -#![cfg_attr(docsrs, feature(doc_alias))] //! A runtime for writing reliable, asynchronous, and slim applications. //!