Skip to content

Commit

Permalink
fix linux action compile issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed May 18, 2024
1 parent 9ea00d5 commit 48f9498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tuntap/src/platform/linux/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::os::fd::AsRawFd;

use crate::Model;
use crate::{Configuration, Fd};
use crate::{Error, Result};
use crate::{Error, Result, Token};
use crate::dev::Device;
use crate::platform::posix::{IntoSockAddr, Sockaddr2Ipv4};

Expand Down

0 comments on commit 48f9498

Please sign in to comment.