fix(warnings): remove unused_code warnings from newest nightlies

This commit is contained in:
Sean McArthur
2016-05-09 11:51:51 -07:00
parent 6a21901f46
commit e7229480ea
2 changed files with 0 additions and 3 deletions

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();