-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix serenity breaking changes #173
Conversation
As the one who made the breaking PR - can you give feedback, do the changes seem logical? I see you had to change |
I was very confused as to what |
Thanks, you're right. I amended some additional context in serenity-rs/serenity#2372 (comment) |
Since serenity-rs/serenity#2380 is coming soon, this PR should probably wait for it to be merged. |
@tazz4843 I've re-run CI, serenity-rs/serenity#2380 has indeed broken the fix. |
To update, just replace |
Additionally, Box the TrySendError from Serenity at Clippy's behest (~330B error type).
Fix issues caused by serenity-rs/serenity#2372 and serenity-rs/serenity#2380. Additionally, this Boxes the TrySendError from Serenity at Clippy's behest (causing a ~330B Result type). --------- Co-authored-by: Kyle Simpson <kyleandrew.simpson@gmail.com>
Caused by serenity-rs/serenity#2372.
Currently untested, will test when I get a chance to do so.