Skip to content

Commit

Permalink
Merge pull request #788 from hyperium/nightly-fixes
Browse files Browse the repository at this point in the history
fix(warnings): remove unused_code warnings from newest nightlies
  • Loading branch information
seanmonstar committed May 9, 2016
2 parents 6a21901 + e722948 commit 1a0be10
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 1a0be10

Please sign in to comment.