mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
clippy fixes
This commit is contained in:
parent
2f5cc229f3
commit
12b3169839
1 changed files with 1 additions and 1 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue