Skip to content

Commit 4e926d8

Browse files
committed
Mark function as private
1 parent 6ac6872 commit 4e926d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/base/orchestrator/src/coordinator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ impl<B> Coordinator<B>
930930
where
931931
B: Backend,
932932
{
933-
pub fn new(limits: Arc<dyn ResourceLimits>, backend: B) -> Self {
933+
fn new(limits: Arc<dyn ResourceLimits>, backend: B) -> Self {
934934
let token = CancelOnDrop(CancellationToken::new());
935935

936936
Self {

0 commit comments

Comments
 (0)