macros: remove unused attributes (#2147)

This commit is contained in:
Carl Lerche 2020-01-22 10:31:48 -08:00 committed by GitHub
parent 5bbf976268
commit 176df2448a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;