From e151a862229dde1b2c2ab2c2673de4a1a6854483 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Mar 2026 20:33:17 +0100 Subject: Cargofmt --- oryxc/src/compiler.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'oryxc') diff --git a/oryxc/src/compiler.rs b/oryxc/src/compiler.rs index 0d1c65d..3f5ca40 100644 --- a/oryxc/src/compiler.rs +++ b/oryxc/src/compiler.rs @@ -104,7 +104,8 @@ impl CompilerState { } } -/// Initialize compiler state and drive all source files through the pipeline. +/// Initialize compiler state and drive all source files through the +/// pipeline. pub fn start(paths: T, flags: Flags) where T: IntoIterator, @@ -238,7 +239,8 @@ fn worker_loop( } } -/// Get next available job or steal from the global queue or peers if local queue is empty. +/// Get next available job or steal from the global queue or peers if +/// local queue is empty. fn find_task( localq: &Worker, globalq: &Injector, -- cgit v1.2.3