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

Commit 3160ce92 authored by Thiébaud Weksteen's avatar Thiébaud Weksteen
Browse files

Disable lints on generated libbinder_ndk_sys

Test: m libbinder_ndk_sys
Change-Id: I64825bd35f52b56331f7210bacb4e46fbb41e95e
parent 82261324
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;