1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00

code review fixes

This commit is contained in:
Anton Patrushev
2019-02-22 15:00:58 +05:00
parent 2cd0ea9a2e
commit 0d45081fa0
4 changed files with 5 additions and 9 deletions

View File

@ -1,8 +1,3 @@
extern crate actix;
extern crate bytes;
extern crate futures;
extern crate tokio;
use actix::{Actor, AsyncContext, Context, Message, StreamHandler};
use bytes::BytesMut;
use futures::stream::SplitSink;