Skip to content

Commit

Permalink
Auto merge of #4201 - alexcrichton:more-human, r=matklad
Browse files Browse the repository at this point in the history
Flag crate registry errors as "human"

They often contain useful information!

Closes #4200
  • Loading branch information
bors committed Jun 21, 2017
2 parents af0edfe + e9a057f commit 534ce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ impl CargoError {
&CargoErrorKind::Curl(_) => true,
&CargoErrorKind::HttpNot200(..) => true,
&CargoErrorKind::ProcessErrorKind(_) => true,
&CargoErrorKind::CrateRegistry(_) |
&CargoErrorKind::CrateRegistry(_) => true,
&CargoErrorKind::ParseSemver(_) |
&CargoErrorKind::Semver(_) |
&CargoErrorKind::Io(_) |
Expand Down

0 comments on commit 534ce68

Please sign in to comment.