checkpoint
This commit is contained in:
parent
ede0d13bca
commit
db1750a045
39 changed files with 514 additions and 359 deletions
|
|
@ -5,7 +5,9 @@ use tun::TunInterface;
|
|||
|
||||
#[test]
|
||||
#[throws]
|
||||
fn test_create() { TunInterface::new()?; }
|
||||
fn test_create() {
|
||||
TunInterface::new()?;
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[throws]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue