summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-09-05 22:49:18 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-09-05 22:49:18 +0000
commit98858ea367d1acc939b970cbce5528aa98213a9d (patch)
tree4226e3be80e148cc9f00816bb3bd35d87929dfad
parent58a3b70baa4d466d82d80b77ddff7bf7ed44507f (diff)
parent69ec43c8a4007d96acf6d44a5484432b69ca884c (diff)
Merge "Update Android for Rust 1.81.0" into main am: 69ec43c8a4
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3254673 Change-Id: I7d122b425e7e8aed7ab209553779a2a98f7562d1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--libs/input/rust/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/input/rust/lib.rs b/libs/input/rust/lib.rs
index 5010475334..88374695f1 100644
--- a/libs/input/rust/lib.rs
+++ b/libs/input/rust/lib.rs
@@ -27,6 +27,7 @@ pub use input_verifier::InputVerifier;
pub use keyboard_classifier::KeyboardClassifier;
#[cxx::bridge(namespace = "android::input")]
+#[allow(clippy::needless_maybe_sized)]
#[allow(unsafe_op_in_unsafe_fn)]
mod ffi {
#[namespace = "android"]