Hacker News
new
past
comments
ask
show
jobs
points
by
Joker_vD
6 hours ago
|
comments
by
Twey
6 hours 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.
reply