Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vnt-dev committed Aug 30, 2024
1 parent a68c8ab commit 6fbfc3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
use packet::{builder::Builder, icmp, ip, Packet};
#[allow(unused_imports)]
use std::sync::{mpsc::Receiver, Arc};
#[allow(unused_imports)]
use tun_rs::{AbstractDevice, BoxError};

fn main() -> Result<(), BoxError> {
Expand Down

0 comments on commit 6fbfc3f

Please sign in to comment.