Skip to content

Commit 1de4bee

Browse files
committed
fix(clippy): fix new clippy rule
1 parent 90dd867 commit 1de4bee

File tree

1 file changed

+1
-0
lines changed
  • tests/src/integration/defaults

1 file changed

+1
-0
lines changed

tests/src/integration/defaults/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pub fn test_defaults_nullable_string(a: Option<String>) -> Option<String> {
1212
a
1313
}
1414

15+
#[allow(clippy::unnecessary_wraps)]
1516
#[php_function]
1617
#[php(defaults(a = None, b = None))]
1718
pub fn test_defaults_multiple_option_arguments(

0 commit comments

Comments
 (0)