Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 644f53dd authored by Andrew Walbran's avatar Andrew Walbran Committed by Android (Google) Code Review
Browse files

Merge "Allow unsafe operations in unsafe functions in generated code." into udc-qpr-dev

parents b91b5e57 f2ac8251
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ use bitflags::bitflags;
use log::info;

#[cxx::bridge(namespace = "android::input")]
#[allow(unsafe_op_in_unsafe_fn)]
mod ffi {
    #[namespace = "android"]
    unsafe extern "C++" {