mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
Remove must_use from condition::Waiter (#430)
This commit is contained in:
parent
acb18e500c
commit
0d6f348fc2
3 changed files with 5 additions and 3 deletions
|
@ -130,7 +130,7 @@ impl<T: Default> Drop for Condition<T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[must_use = "Waiter do nothing unless polled"]
|
||||
/// Waits for result from condition
|
||||
pub struct Waiter<T = ()> {
|
||||
token: usize,
|
||||
inner: Cell<Inner<T>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue