Skip to content

Commit

Permalink
fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroedev2024 committed Apr 21, 2024
1 parent c22cd18 commit 8252680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaf/src/proxy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use thiserror::Error;
use tokio::io::{AsyncRead, AsyncWrite};
use tokio::net::{TcpSocket, TcpStream, UdpSocket};
use tokio::time::timeout;
use tracing::debug;
use tracing::{debug, trace};

Check warning on line 16 in leaf/src/proxy/mod.rs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

unused import: `trace`

Check warning on line 16 in leaf/src/proxy/mod.rs

View workflow job for this annotation

GitHub Actions / build-bin-cross (x86_64-unknown-linux-musl)

unused import: `trace`

Check warning on line 16 in leaf/src/proxy/mod.rs

View workflow job for this annotation

GitHub Actions / build-bin-cross (i686-unknown-linux-musl)

unused import: `trace`

Check warning on line 16 in leaf/src/proxy/mod.rs

View workflow job for this annotation

GitHub Actions / build-bin-cross (arm-unknown-linux-musleabi)

unused import: `trace`

Check warning on line 16 in leaf/src/proxy/mod.rs

View workflow job for this annotation

GitHub Actions / build-bin-cross (armv7-unknown-linux-musleabihf)

unused import: `trace`

Check warning on line 16 in leaf/src/proxy/mod.rs

View workflow job for this annotation

GitHub Actions / build-bin-cross (x86_64-pc-windows-gnu)

unused import: `trace`

Check warning on line 16 in leaf/src/proxy/mod.rs

View workflow job for this annotation

GitHub Actions / build-bin-cross (aarch64-unknown-linux-musl)

unused import: `trace`

Check warning on line 16 in leaf/src/proxy/mod.rs

View workflow job for this annotation

GitHub Actions / build-bin-local (macos-latest)

unused import: `trace`

Check warning on line 16 in leaf/src/proxy/mod.rs

View workflow job for this annotation

GitHub Actions / test (macos-latest)

unused import: `trace`

Check warning on line 16 in leaf/src/proxy/mod.rs

View workflow job for this annotation

GitHub Actions / build-apple

unused import: `trace`

#[cfg(unix)]
use std::os::unix::io::{AsFd, AsRawFd};
Expand Down

0 comments on commit 8252680

Please sign in to comment.