commit | 69ec43c8a4007d96acf6d44a5484432b69ca884c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Sep 05 22:36:20 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 05 22:36:20 2024 +0000 |
tree | 541a6e77beca65c93fbcb4b1e10db9854c9c04e7 | |
parent | 69333d682bdc641c92bd88181ffe7219ac348a5b [diff] | |
parent | c98800e509e07542248e1d5eac5d2e5e906da87c [diff] |
Merge "Update Android for Rust 1.81.0" into main
diff --git a/libs/input/rust/lib.rs b/libs/input/rust/lib.rs index 01d9599..abab3f9 100644 --- a/libs/input/rust/lib.rs +++ b/libs/input/rust/lib.rs
@@ -23,6 +23,7 @@ pub use input_verifier::InputVerifier; #[cxx::bridge(namespace = "android::input")] +#[allow(clippy::needless_maybe_sized)] #[allow(unsafe_op_in_unsafe_fn)] mod ffi { #[namespace = "android"]