Y
Hacker News
new
|
ask
|
show
|
jobs
by
Twey
29 days ago
`Poll` is marked `#[must_use]` so if you were assigning to something other than `_` you'd get a warning that you're ignoring the `Pending` path. The Clippy lint is only for `_` which Rust considers a use by default.