Update to latest Rust

Signed-off-by: Peter Atashian <retep998@gmail.com>
This commit is contained in:
Peter Atashian
2014-11-28 02:22:21 -05:00
parent 00a1452111
commit 00a76cee03
5 changed files with 7 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ use status;
use net::{Fresh, Streaming};
use version;
pub type InternalWriter<'a> = &'a mut Writer + 'a;
pub type InternalWriter<'a> = &'a mut (Writer + 'a);
/// The outgoing half for a Tcp connection, created by a `Server` and given to a `Handler`.
pub struct Response<'a, W = Fresh> {