Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Nov 24, 2023
1 parent 782f1b2 commit f5ae028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/src/detect/requires.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ fn check_requires(
}
}

#[allow(clippy::never_loop)]
for _feature in &requires.features {
// TODO: Any feature is a missing feature for now.
return Err(RequiresError::MissingFeature);
Expand Down

0 comments on commit f5ae028

Please sign in to comment.