Skip to content

Commit

Permalink
device: fix cargo doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnurou committed Jul 8, 2023
1 parent f3353c9 commit 3c9d723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/device/poller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl Waker {
})
}

/// Users will want to use the `wake()` method on an Arc<Waker>.
/// Users will want to use the `wake()` method on an `Arc<Waker>`.
fn wake_direct(&self) -> io::Result<()> {
let buf = 1u64.to_ne_bytes();
// Files support concurrent access at the OS level. The implementation
Expand Down

0 comments on commit 3c9d723

Please sign in to comment.