Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev authored and davidv1992 committed Oct 25, 2023
1 parent c4f2c12 commit 7240c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ pub fn sockaddr_storage_to_socket_addr(

#[cfg(test)]
mod tests {
use std::net::{Ipv4Addr, Ipv6Addr};
use std::net::Ipv4Addr;

use super::*;

Expand Down

0 comments on commit 7240c12

Please sign in to comment.