1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 22:20:36 +02:00

prep alpha.1 release

This commit is contained in:
Nikolay Kim
2019-11-21 19:58:55 +06:00
parent ae4394c0f2
commit 5265714f68
6 changed files with 8 additions and 10 deletions

View File

@ -4,8 +4,6 @@ use std::rc::Rc;
use std::sync::Arc;
use std::task::{self, Context, Poll};
use futures::future::{ready, Ready};
mod and_then;
mod apply;
mod apply_cfg;