chore(lint): fix clippy::needles_lifetimes (#11496)

This commit is contained in:
Emilia Hane
2024-10-05 13:08:08 +02:00
committed by GitHub
parent 28750e5b0e
commit 36de90fdc3
26 changed files with 75 additions and 75 deletions

View File

@ -136,7 +136,7 @@ pub(super) mod serde_bincode_compat {
}
}
impl<'a> SerializeAs<super::ExExNotification> for ExExNotification<'a> {
impl SerializeAs<super::ExExNotification> for ExExNotification<'_> {
fn serialize_as<S>(
source: &super::ExExNotification,
serializer: S,