mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(lint): fix clippy::needles_lifetimes (#11496)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user