We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72383b commit 64e4f86Copy full SHA for 64e4f86
1 file changed
orion-server/src/scheduler.rs
@@ -164,6 +164,7 @@ pub struct BuildInfo {
164
pub target_id: Uuid,
165
pub target_path: String,
166
pub changes: Vec<Status<ProjectRelativePath>>,
167
+ #[allow(dead_code)]
168
pub started_at: DateTimeUtc,
169
pub auto_retry_judger: AutoRetryJudger,
170
pub _worker_id: String,
0 commit comments