1#![deny(clippy::all)] 2 3pub mod executor; 4pub mod futures; 5pub mod macros; 6pub mod task; 7pub(crate) mod waker;