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

Commit 2671fb8f authored by Carlos Martinez Romero's avatar Carlos Martinez Romero
Browse files

Enable lint again after update to Rust v1.77.1

Test: Build and run
Bug: 333894983
Change-Id: Iae60819c9345b44f716183d746454a35f190b9e2
parent a89ee5d3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -20,13 +20,11 @@ use binder::{
    StatusCode,
};

#[allow(dead_code)]
macro_rules! stub_unstructured_parcelable {
    ($name:ident) => {
        /// Unimplemented stub parcelable.
        #[allow(dead_code)]
        #[derive(Debug, Default)]
        pub struct $name(Option<()>);
        pub struct $name(());

        impl UnstructuredParcelable for $name {
            fn write_to_parcel(&self, _parcel: &mut BorrowedParcel) -> Result<(), StatusCode> {