Skip to content

Commit 64e4f86

Browse files
committed
UPDATE: temporary allow unused started at in build info
Signed-off-by: AidCheng <cn.aiden.cheng@gmail.com>
1 parent e72383b commit 64e4f86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

orion-server/src/scheduler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ pub struct BuildInfo {
164164
pub target_id: Uuid,
165165
pub target_path: String,
166166
pub changes: Vec<Status<ProjectRelativePath>>,
167+
#[allow(dead_code)]
167168
pub started_at: DateTimeUtc,
168169
pub auto_retry_judger: AutoRetryJudger,
169170
pub _worker_id: String,

0 commit comments

Comments
 (0)