Skip to content

Commit

Permalink
fix clippy warnings on macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Oct 27, 2024
1 parent 2ff5403 commit 7a1c2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mitmproxy-rs/src/server/tun.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ impl TunInterface {
///
/// *Availability: Linux*
#[pyfunction]
#[allow(unused_variables)]
pub fn create_tun_interface(
py: Python<'_>,
handle_tcp_stream: PyObject,
Expand Down

0 comments on commit 7a1c2e0

Please sign in to comment.