Closed thomaseizinger closed 1 year ago
Happy to merge once passes formatting
I forgot that we have a custom formatting command :D
@Restioson In an attempt to fix a failing test, I committed the lockfile as well. That is the new recommended policy for Rust: https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html
Sounds good :)
Seems to pass now!
Still seems to fail 1.60 --no-default-features :see_no_evil:
Still seems to fail 1.60 --no-default-features 🙈
Yeah because the lint was unknown :roll_eyes: Should actually be fixed now!
FFS.
@Restioson It is green!
This fixes several clippy warnings that seem to have been added since we last worked on this. One of them flagged unused mutable references. As it turns out,
Mailbox
has complete interior mutability, meaning we don't actually need the mutable reference in many places.