Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Sep 6, 2024
1 parent 2081459 commit 924b7b2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ impl Operation for ConnectChildOperation {
task_id,
ref mut aggregation_update,

Check warning on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / build / build

unused variable: `aggregation_update`

Check warning on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / build-native / build

unused variable: `aggregation_update`

Check warning on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / stable - aarch64-apple-darwin - node@16

unused variable: `aggregation_update`

Check warning on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / stable - x86_64-pc-windows-msvc - node@16

unused variable: `aggregation_update`

Check warning on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / stable - x86_64-unknown-linux-gnu - node@16

unused variable: `aggregation_update`

Check warning on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / test unit (20) / build

unused variable: `aggregation_update`

Check warning on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / test unit (18) / build

unused variable: `aggregation_update`

Check warning on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / rust check / build

unused variable: `aggregation_update`

Check failure on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / rust check / build

unused variable: `aggregation_update`

Check warning on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / rustdoc check / build

unused variable: `aggregation_update`

Check warning on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / types and precompiled / build

unused variable: `aggregation_update`

Check warning on line 85 in turbopack/crates/turbo-tasks-backend/src/backend/operation/connect_child.rs

View workflow job for this annotation

GitHub Actions / lint / build

unused variable: `aggregation_update`
} => {
if aggregation_update.process(ctx) {
// TODO check for active
self = ConnectChildOperation::ScheduleTask { task_id }
}
// if aggregation_update.process(ctx) {
// TODO check for active
self = ConnectChildOperation::ScheduleTask { task_id }
// }
}
ConnectChildOperation::ScheduleTask { task_id } => {
let mut should_schedule;
Expand Down

0 comments on commit 924b7b2

Please sign in to comment.