We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69333d6 + c98800e commit 69ec43cCopy full SHA for 69ec43c
1 file changed
libs/input/rust/lib.rs
@@ -23,6 +23,7 @@ pub use input::{DeviceId, MotionAction, MotionFlags, Source};
23
pub use input_verifier::InputVerifier;
24
25
#[cxx::bridge(namespace = "android::input")]
26
+#[allow(clippy::needless_maybe_sized)]
27
#[allow(unsafe_op_in_unsafe_fn)]
28
mod ffi {
29
#[namespace = "android"]
0 commit comments