pub trait AllowFutureExt: Future { // Provided method fn allow<W: Warning + ?Sized>(self) -> AllowFuture<Self> ⓘ where Self: Sized { ... } }
Allow a lint while a future is running