Skip to content

Commit

Permalink
refactor: remove mut from emit_warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
arlosi committed Nov 8, 2024
1 parent cfa1873 commit d869944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/job_queue/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ impl<'gctx> DrainState<'gctx> {
}

fn emit_log_messages(
&mut self,
&self,
unit: &Unit,
build_runner: &mut BuildRunner<'_, '_>,
show_warnings: bool,
Expand Down

0 comments on commit d869944

Please sign in to comment.