Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Aug 24, 2023
1 parent 6d2a0c8 commit ae3d31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulse/src/ops/array/broadcast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl EvalOp for PulsedMultibroadcastTo {
}

impl PulsedOp for PulsedMultibroadcastTo {
fn pulsed_output_facts(&self, inputs: &[&PulsedFact]) -> TractResult<TVec<PulsedFact>> {
fn pulsed_output_facts(&self, _inputs: &[&PulsedFact]) -> TractResult<TVec<PulsedFact>> {
Ok(tvec!(self.fact.clone()))
}

Expand Down

0 comments on commit ae3d31e

Please sign in to comment.