Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed May 28, 2024
1 parent 176ac3d commit 0eca4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ where
type L3<'t> = &'t DummyNetif<U> where Self: 't;

async fn split(&mut self) -> (Self::L2<'_>, Self::L3<'_>) {
(DummyL2::new(), &self.0)
(DummyL2::new(), self.0)
}
}

Expand Down

0 comments on commit 0eca4cc

Please sign in to comment.