rust upgrade

This commit is contained in:
Sean McArthur
2014-12-02 13:12:04 -08:00
parent 1ed4ea5a27
commit fec030a21e
7 changed files with 19 additions and 12 deletions

View File

@@ -95,7 +95,7 @@ impl Reader for Response {
#[cfg(test)]
mod tests {
use std::borrow::Borrowed;
use std::borrow::Cow::Borrowed;
use std::boxed::BoxAny;
use std::io::BufferedReader;