Merge pull request #788 from hyperium/nightly-fixes

fix(warnings): remove unused_code warnings from newest nightlies
This commit is contained in:
Sean McArthur
2016-05-09 12:46:09 -07:00
2 changed files with 0 additions and 3 deletions

View File

@@ -3,8 +3,6 @@ use std::any::TypeId;
use std::fmt;
use std::str::from_utf8;
use typeable::Typeable;
use super::cell::{OptCell, PtrMapCell};
use header::{Header, HeaderFormat};

View File

@@ -414,7 +414,6 @@ mod tests {
#[test]
fn test_no_content() {
use std::io::Write;
use status::StatusCode;
let mut headers = Headers::new();
let mut stream = MockStream::new();