Fix clippy::needless_borrow lint violations (#36444)
Release Notes: - N/A
This commit is contained in:
parent
eecf142f06
commit
9e0e233319
242 changed files with 801 additions and 821 deletions
|
@ -520,7 +520,7 @@ async fn judge_example(
|
|||
enable_telemetry: bool,
|
||||
cx: &AsyncApp,
|
||||
) -> JudgeOutput {
|
||||
let judge_output = example.judge(model.clone(), &run_output, cx).await;
|
||||
let judge_output = example.judge(model.clone(), run_output, cx).await;
|
||||
|
||||
if enable_telemetry {
|
||||
telemetry::event!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue