Skip to content

Commit 30d4673

Browse files
committed
Suppress needless_lifetimes lint in test suite
1 parent 3a48021 commit 30d4673

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ffi/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
clippy::just_underscores_and_digits,
44
clippy::let_underscore_drop,
55
clippy::must_use_candidate,
6+
clippy::needless_lifetimes,
67
clippy::needless_pass_by_value,
78
clippy::ptr_arg,
89
clippy::trivially_copy_pass_by_ref,

0 commit comments

Comments
 (0)