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

Commit a73e20aa authored by Thiébaud Weksteen's avatar Thiébaud Weksteen Committed by Automerger Merge Worker
Browse files

Merge "Disable lints on generated libbinder_ndk_sys" am: 61181477

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1690768

Change-Id: I2e4a557aab639e66d2f5c4fbcf4d84d9adb1c2ce
parents 098f1348 61181477
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@ rust_library {
        "//apex_available:platform",
        "com.android.virt",
    ],
    lints: "none",
    clippy_lints: "none",
}

rust_bindgen {
+0 −8
Original line number Diff line number Diff line
@@ -16,14 +16,6 @@

//! Generated Rust bindings to libbinder_ndk

#![allow(
    non_camel_case_types,
    non_snake_case,
    non_upper_case_globals,
    unused,
    improper_ctypes,
    missing_docs
)]
use std::error::Error;
use std::fmt;