Update to remove const_err#114
Conversation
Signed-off-by: Marcus de Lima <marcus.lima@azion.com>
|
🤔 Hmm... it seems the CI broke since a couple of new lints were enabled (unnecessary cast). Would you mind also fixing them? (They look relatively minor) |
I'll check it out. |
|
It seems #117 fixed the CI issues so if you rebased your changes on top of |
Yep, agreed. I actually contacted the author via email but have not heard back. Then I thought the same, it's a simple fix, let's just rebase and merge but then other stuff came up. Let's merge this asap and get on with other PRs. |
This PR only removed
const_errsince it will be a hard error in future: rust-lang/rust#71800Signed-off-by: Marcus de Lima marcus.lima@azion.com