Skip to content

Commit

Permalink
Convert lapin-async's Error type to failure
Browse files Browse the repository at this point in the history
Uses the same hack as lapin-futures' ErrorKind type to prevent
exhaustive matching against the different kinds of errors.
  • Loading branch information
kureuil committed Nov 22, 2018
1 parent dcb59fc commit ca555f1
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 142 deletions.
1 change: 1 addition & 0 deletions async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ log = "^0.4"
nom = "^4.0"
cookie-factory = "^0.2.4"
amq-protocol = "^0.23"
failure = "^0.1"

[dependencies.sasl]
version= "^0.4"
Expand Down
Loading

0 comments on commit ca555f1

Please sign in to comment.