Skip to content

Commit b882aad

Browse files
committed
Clippy
1 parent c0d1b85 commit b882aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter/src/mdns.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ pub mod builtin {
698698
}
699699
}
700700

701-
impl<'a, 'b> super::Mdns for Mdns<'a> {
701+
impl<'a> super::Mdns for Mdns<'a> {
702702
fn add(
703703
&self,
704704
name: &str,

0 commit comments

Comments
 (0)