Skip to content

Commit

Permalink
Make the internal struct ExecutedTask not pub
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jan 9, 2024
1 parent ab7b251 commit a2eb73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unified-scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ impl TaskHandler for DefaultTaskHandler {
}
}

pub struct ExecutedTask {
struct ExecutedTask {
task: Task,
result_with_timings: ResultWithTimings,
}
Expand Down

0 comments on commit a2eb73e

Please sign in to comment.