Skip to content

Commit

Permalink
Should fail cargo fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
rcloran committed Sep 8, 2023
1 parent 634f9fe commit cbe8e17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ extern crate rand;

mod ping;




use ping::{send_pings, Ping, ReceivedPing};
use pnet::packet::icmp::echo_reply::EchoReplyPacket as IcmpEchoReplyPacket;
use pnet::packet::icmpv6::echo_reply::EchoReplyPacket as Icmpv6EchoReplyPacket;
Expand Down

0 comments on commit cbe8e17

Please sign in to comment.