Update for Rust 1.23

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
pull/24/merge
Alexey Galakhov 7 years ago
parent 4177cfac46
commit 7dc2be7eab
  1. 1
      src/handshake/headers.rs

@ -1,6 +1,5 @@
//! HTTP Request and response header handling.
use std::ascii::AsciiExt;
use std::str::from_utf8;
use std::slice;

Loading…
Cancel
Save