Add #[must_use] to all futures
This commit is contained in:
@@ -198,6 +198,7 @@ mod eha {
|
||||
}
|
||||
}
|
||||
|
||||
#[must_use = "futures do nothing unless you `.await` or poll them"]
|
||||
struct ExtiInputFuture<'a> {
|
||||
pin: u8,
|
||||
phantom: PhantomData<&'a mut AnyPin>,
|
||||
|
||||
Reference in New Issue
Block a user