Skip to content

Commit 69ec43c

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Update Android for Rust 1.81.0" into main
2 parents 69333d6 + c98800e commit 69ec43c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libs/input/rust/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pub use input::{DeviceId, MotionAction, MotionFlags, Source};
2323
pub use input_verifier::InputVerifier;
2424

2525
#[cxx::bridge(namespace = "android::input")]
26+
#[allow(clippy::needless_maybe_sized)]
2627
#[allow(unsafe_op_in_unsafe_fn)]
2728
mod ffi {
2829
#[namespace = "android"]

0 commit comments

Comments
 (0)