Skip to content

Commit

Permalink
Fix clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SajjadPourali committed Dec 1, 2024
1 parent af535d7 commit 5d29977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tun_wintun.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
config.destination(_gateway);

#[cfg(target_os = "linux")]
config.platform(|config| {
config.platform_config(|config| {
config.packet_information(true);
});

Expand Down

0 comments on commit 5d29977

Please sign in to comment.