Skip to content

Commit 477d393

Browse files
committed
shhh clippy
1 parent 458fa27 commit 477d393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phper/src/functions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ impl FunctionEntry {
220220
))
221221
}
222222
}
223+
#[allow(clippy::absurd_extreme_comparisons)]
223224
ReturnTypeHint::Never => {
224225
if PHP_MAJOR_VERSION < 8
225226
|| (PHP_MAJOR_VERSION == 8 && PHP_MINOR_VERSION <= 1)

0 commit comments

Comments
 (0)