1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 17:27:42 +02:00

doc updates

This commit is contained in:
Rob Ede
2021-11-28 00:46:29 +00:00
parent 44e4381879
commit c63880a292
4 changed files with 9 additions and 4 deletions

View File

@ -3,6 +3,8 @@
//! See docs for [`LocalWaker`].
#![no_std]
#![deny(rust_2018_idioms, nonstandard_style)]
#![warn(missing_docs)]
use core::{cell::Cell, fmt, marker::PhantomData, task::Waker};