Skip to content

Commit

Permalink
Update src/main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunmy2019 authored Feb 15, 2024
1 parent 9556d43 commit 529aca6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use anyhow::Result;
use clap::Parser;
use rathole::{run, Cli};
use tokio::{signal, sync::broadcast};
#[cfg(not(feature = "console"))]
use tracing_subscriber::EnvFilter;

#[tokio::main]
Expand Down

0 comments on commit 529aca6

Please sign in to comment.