Skip to content

Commit

Permalink
Fix Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Aug 6, 2024
1 parent ee8bfb5 commit f1e2e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ impl TryFrom<&str> for SupportedBuiltins {
}

impl SupportedBuiltins {
fn duplication_variance(&self) -> DuplicationVariance {
fn duplication_variance(self) -> DuplicationVariance {
match self {
SupportedBuiltins::All
| SupportedBuiltins::Any
Expand Down

0 comments on commit f1e2e94

Please sign in to comment.