Commit 25232df9 authored by Nugine's avatar Nugine
Browse files

style: fix lints

parent 5e165d9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ macro_rules! case {
    }};
}

#[allow(clippy::result_large_err)]
pub fn check<T, E>(result: Result<T, SdkError<E>>, allowed_codes: &[&str]) -> Result<Option<T>, SdkError<E>>
where
    E: fmt::Debug + ProvideErrorMetadata,