Skip to content

Commit

Permalink
fix(warnings): remove unused_code warnings from newest nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed May 9, 2016
1 parent 6a21901 commit e722948
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/header/internals/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down
1 change: 0 additions & 1 deletion src/server/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e722948

Please sign in to comment.