Skip to content

Commit e808c79

Browse files
committed
refactor: remove mut from emit_warnings
1 parent d596968 commit e808c79

File tree

1 file changed

+1
-1
lines changed
  • src/cargo/core/compiler/job_queue

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/job_queue/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ impl<'gctx> DrainState<'gctx> {
964964
}
965965

966966
fn emit_log_messages(
967-
&mut self,
967+
&self,
968968
unit: &Unit,
969969
build_runner: &mut BuildRunner<'_, '_>,
970970
show_warnings: bool,

0 commit comments

Comments
 (0)