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

Commit f388127b authored by Carlos Martinez Romero's avatar Carlos Martinez Romero Committed by Android (Google) Code Review
Browse files

Merge "Enable lint again after update to Rust v1.77.1" into main

parents a9800881 2671fb8f
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> {