Skip to content

Commit

Permalink
don't clone corpus run result
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldo committed Mar 19, 2024
1 parent fd1be37 commit 4bc2d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ where

let mut corpus: Corpus = Corpus::from_inputs(input, external_conditions)?;

Ok(corpus.run().clone())
Ok(corpus.run())
}

fn external_conditions_from_input(
Expand Down

0 comments on commit 4bc2d64

Please sign in to comment.