Skip to content

Commit

Permalink
Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nullstalgia committed Dec 24, 2024
1 parent fa11bdb commit 7814350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tray_menu/device_ser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl<'de: 'a, 'a> Deserialize<'de> for TrayDevice<'a> {
}
}

impl<'a> Serialize for TrayDevice<'a> {
impl Serialize for TrayDevice<'_> {
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
where
S: serde::Serializer,
Expand Down

0 comments on commit 7814350

Please sign in to comment.