Skip to content

Commit c98800e

Browse files
committed
Update Android for Rust 1.81.0
Test: m rust Bug: 364333811 Change-Id: I2507e4fee689e15147e48d525be473821dbe9268
1 parent a574447 commit c98800e

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)