Skip to content

Commit 60ac384

Browse files
committed
fixup: lint
1 parent 75120ca commit 60ac384

File tree

1 file changed

+6
-0
lines changed
  • talpid-tunnel/src/tun_provider

1 file changed

+6
-0
lines changed

Diff for: talpid-tunnel/src/tun_provider/unix.rs

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ impl UnixTunProvider {
5757
}
5858
}
5959

60+
impl Default for UnixTunProvider {
61+
fn default() -> Self {
62+
Self::new()
63+
}
64+
}
65+
6066
/// Generic tunnel device.
6167
///
6268
/// Contains the file descriptor representing the device.

0 commit comments

Comments
 (0)