Skip to content

Commit 4220158

Browse files
committed
Update to rust master
1 parent 8c9810f commit 4220158

File tree

2 files changed

+34
-33
lines changed

2 files changed

+34
-33
lines changed

Cargo.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/util/errors.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use std::io::IoError;
22
use std::fmt;
3-
use std::fmt::{Show, Formatter, FormatError};
3+
use std::fmt::{Show, Formatter};
4+
use std::fmt::Error as FormatError;
45

56
use conduit::Response;
67
use curl::ErrCode;

0 commit comments

Comments
 (0)