We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b44f0 commit 950fadaCopy full SHA for 950fada
scheduler/src/repository/job_repository.rs
@@ -28,6 +28,7 @@ pub struct JobRepository {
28
}
29
30
#[derive(Serialize, Debug, FromRow, Type)]
31
+#[allow(dead_code)]
32
pub struct JobWithData {
33
pub id: Uuid,
34
pub url: Option<String>,
0 commit comments