Skip to content

Commit

Permalink
chore: make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
nyannyacha committed Aug 13, 2024
1 parent 78801d2 commit fb67a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/base/src/deno_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ where
fn run_event_loop<'l>(
&'l mut self,
name: Option<&'l str>,
current_thread_id: ThreadId,
#[allow(unused_variables)] current_thread_id: ThreadId,
maybe_cpu_usage_metrics_tx: &'l Option<mpsc::UnboundedSender<CPUUsageMetrics>>,
accumulated_cpu_time_ns: &'l mut i64,
) -> impl Future<Output = Result<(), AnyError>> + 'l {
Expand Down

0 comments on commit fb67a57

Please sign in to comment.