Skip to content

Commit

Permalink
chore: fix rust 1.83 clippy lints
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Guzik <[email protected]>
  • Loading branch information
Bravo555 committed Nov 29, 2024
1 parent 649e4ed commit 2aa8ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/tedge/src/cli/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ impl<'a> ConfigLogger<'a> {
}
}

impl<'a> fmt::Display for ConfigLogger<'a> {
impl fmt::Display for ConfigLogger<'_> {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
write!(f, "{}:", self.title)?;
self.log_single_entry(f, "device id", &self.device_id)?;
Expand Down

0 comments on commit 2aa8ab9

Please sign in to comment.