Skip to content

Commit

Permalink
Fix dumb copy-and-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Apr 2, 2024
1 parent 96f50d3 commit 98df325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file_scanner_analyzer/unused_symbols.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ pub(crate) fn find_unused_definitions(
if functionlike_storage
.suppressed_issues
.iter()
.any(|(i, _)| i == &IssueKind::UnusedFunction)
.any(|(i, _)| i == &IssueKind::UnusedPrivateMethod)
{
continue;
}
Expand Down

0 comments on commit 98df325

Please sign in to comment.