Skip to content

Commit a598757

Browse files
committed
fixup: lint
1 parent 4ebe67c commit a598757

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)