mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
macros: suppress clippy::default_numeric_fallback lint in generated code (#3831)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![cfg(feature = "full")]
|
||||
#![allow(clippy::type_complexity)]
|
||||
#![allow(clippy::type_complexity, clippy::diverging_sub_expression)]
|
||||
|
||||
use std::cell::Cell;
|
||||
use std::future::Future;
|
||||
|
||||
Reference in New Issue
Block a user