Skip to content
This repository has been archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Jan 16, 2025
1 parent e500428 commit 7322064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub fn main() -> io::Result<()> {

let mut used_languages = HashSet::<GuestLanguage>::new();
for (language, examples) in &app_examples {
if !languages.is_empty() && !languages.contains(&language) {
if !languages.is_empty() && !languages.contains(language) {
continue;
}

Expand Down

0 comments on commit 7322064

Please sign in to comment.