1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 17:07:01 +02:00

code cleanup

This commit is contained in:
Nathan Fox
2018-04-21 16:53:55 -04:00
parent de8a09254d
commit f6fd9e70f9
2 changed files with 1 additions and 3 deletions

View File

@@ -43,7 +43,6 @@
//! # .finish();
//! # }
//! ```
use byteorder::{ByteOrder, NetworkEndian};
use bytes::Bytes;
use futures::{Async, Poll, Stream};
use http::{header, Method, StatusCode};