external clippy

This commit is contained in:
Jędrzej Stuczyński
2024-05-07 11:49:25 +01:00
parent 4182af9199
commit bf9fc2d537
+1 -1
View File
@@ -159,7 +159,7 @@ impl TunDevice {
"add",
&format!("{}/{}", ipv6, netmaskv6),
"dev",
&tun.name(),
(tun.name()),
])
.output()?;
Ok(tun)