Skip to content

Commit

Permalink
Fix visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jan 4, 2024
1 parent ab3e5f2 commit e085799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hyperqueue/src/worker/start/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const MAX_CUSTOM_ERROR_LENGTH: usize = 2048; // 2KiB

const STDIO_BUFFER_SIZE: usize = 16 * 1024; // 16kB

pub fn build_program_task(
pub(super) fn build_program_task(
build_ctx: TaskBuildContext,
stop_receiver: Receiver<StopReason>,
streamer_ref: &StreamerRef,
Expand Down

0 comments on commit e085799

Please sign in to comment.