mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
macros: remove unused attributes (#2147)
This commit is contained in:
parent
5bbf976268
commit
176df2448a
@ -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 proc_macro::TokenStream;
|
||||||
use quote::quote;
|
use quote::quote;
|
||||||
use std::num::NonZeroUsize;
|
use std::num::NonZeroUsize;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user