Skip to content

Commit

Permalink
remove unnecessary display
Browse files Browse the repository at this point in the history
  • Loading branch information
DCjanus committed Aug 7, 2019
1 parent 1207f96 commit 1fc9b56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ error_chain! {
/// Given crate name is empty
EmptyCrateName{
description("Found empty crate name")
display("Found empty crate name")
}
/// No crate by that name exists
NoCrate(name: String) {
Expand Down

0 comments on commit 1fc9b56

Please sign in to comment.