Skip to content

Commit

Permalink
Update to error-chain 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 21, 2016
1 parent acfe228 commit 35073ae
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 25 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/download/src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
error_chain! {
types {
Error, ErrorKind, ChainErr, Result;
}

links { }

foreign_links { }
Expand Down
4 changes: 0 additions & 4 deletions src/rustup-cli/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ use rustup_dist::{self, temp};
use rustup_utils;

error_chain! {
types {
Error, ErrorKind, ChainErr, Result;
}

links {
rustup::Error, rustup::ErrorKind, Rustup;
rustup_dist::Error, rustup_dist::ErrorKind, Dist;
Expand Down
4 changes: 0 additions & 4 deletions src/rustup-dist/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ use rustup_utils;
use manifest::Component;

error_chain! {
types {
Error, ErrorKind, ChainErr, Result;
}

links {
rustup_utils::Error, rustup_utils::ErrorKind, Utils;
}
Expand Down
4 changes: 0 additions & 4 deletions src/rustup-utils/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ use url::Url;
use download;

error_chain! {
types {
Error, ErrorKind, ChainErr, Result;
}

links {
download::Error, download::ErrorKind, Download;
}
Expand Down
4 changes: 0 additions & 4 deletions src/rustup/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ use rustup_dist::manifest::Component;
use toml;

error_chain! {
types {
Error, ErrorKind, ChainErr, Result;
}

links {
rustup_dist::Error, rustup_dist::ErrorKind, Dist;
rustup_utils::Error, rustup_utils::ErrorKind, Utils;
Expand Down

0 comments on commit 35073ae

Please sign in to comment.