clippy fixes

This commit is contained in:
Robin Appelman 2025-06-02 20:47:48 +02:00
commit 12b3169839

View file

@ -245,7 +245,7 @@ pub struct NetworkStatParser<'a> {
lines: std::str::Lines<'a>,
}
impl<'a> Iterator for NetworkStatParser<'a> {
impl Iterator for NetworkStatParser<'_> {
type Item = Result<NetStats>;
fn next(&mut self) -> Option<Self::Item> {