mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
ci: error on clippy warnings and check repl
This commit is contained in:
@@ -69,7 +69,7 @@ pub enum Action {
|
||||
ResyncFolders = 300,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct Job {
|
||||
pub job_id: u32,
|
||||
pub action: Action,
|
||||
|
||||
Reference in New Issue
Block a user