Skip to content

Commit

Permalink
Remove unnecessary allow(expect_used)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed May 9, 2024
1 parent 9dd7b71 commit 1c3fbcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cargo-test-fuzz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ fn executable_target(
executable_targets.1
);

#[allow(clippy::expect_used)]
Ok((
executable_targets.0,
executable_targets
Expand Down

0 comments on commit 1c3fbcd

Please sign in to comment.