mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
rust-analyzer was showing warnings here because it is always also building in the Test configuration, and EventType has a ```rust #[cfg(test)] Test, ``` variant, which was not matched.