Skip to content

Commit

Permalink
Fix clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jan 4, 2024
1 parent 136b2b7 commit a25e786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,7 @@ mod tests {
.map(|value| JSValue::from_raw(ctx, *value))
.collect::<Vec<_>>();

#[allow(clippy::get_first)]
let x = arguments.get(0).unwrap();
let y = arguments.get(1).unwrap();

Expand Down

0 comments on commit a25e786

Please sign in to comment.