Skip to content

Commit

Permalink
Clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Jun 19, 2024
1 parent 600bf98 commit 0133683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/javy/tests/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fn string_keys_and_ref_counting() -> Result<()> {

rt.context().with(|this| {
let _: () = this
.eval_with_options(&*source, EvalOptions::default())
.eval_with_options(*source, EvalOptions::default())
.inspect_err(|e| println!("{e}"))
.expect("source evaluation to succeed");
});
Expand Down

0 comments on commit 0133683

Please sign in to comment.