summaryrefslogtreecommitdiffstats
path: root/tokio-macros
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-01-22 10:31:48 -0800
committerGitHub <noreply@github.com>2020-01-22 10:31:48 -0800
commit176df2448a8eb38cf11a28e06029009c65e2aa88 (patch)
treeb74f8ab00ca06a05ed8c2b0e198f5a24d6ede098 /tokio-macros
parent5bbf9762681ae75c6489558e15f894d0466516a3 (diff)
macros: remove unused attributes (#2147)
Diffstat (limited to 'tokio-macros')
-rw-r--r--tokio-macros/src/entry.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/tokio-macros/src/entry.rs b/tokio-macros/src/entry.rs
index e0b9b024..94a89dec 100644
--- a/tokio-macros/src/entry.rs
+++ b/tokio-macros/src/entry.rs
@@ -1,11 +1,3 @@
-#![doc(html_root_url = "https://docs.rs/tokio-macros/0.2.3")]
-#![allow(clippy::needless_doctest_main)]
-#![warn(
- missing_debug_implementations,
- missing_docs,
- rust_2018_idioms,
- unreachable_pub
-)]
use proc_macro::TokenStream;
use quote::quote;
use std::num::NonZeroUsize;