Skip to content

Commit

Permalink
Merge branch 'master' into refactor/format
Browse files Browse the repository at this point in the history
  • Loading branch information
SKTT1Ryze authored Jun 29, 2024
2 parents 8167a2a + 0dbb3c7 commit 92ef88c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ criterion = { version = "0.5", features = ["html_reports", "async_tokio"], optio

[dev-dependencies]
tempfile = "3.10"
ctor = "0.2"
mockall = "0.12.1"
tokio-test = "0.4.4"
axum-macros = "0.4.0"
Expand Down
7 changes: 0 additions & 7 deletions clash_lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,6 @@ async fn start_async(opts: Options) -> Result<(), Error> {
})
}

#[cfg(test)]
#[allow(non_snake_case)]
#[ctor::ctor]
fn setup_tests() {
println!("setup tests");
}

#[cfg(test)]
mod tests {
use crate::{shutdown, start, Config, Options};
Expand Down

0 comments on commit 92ef88c

Please sign in to comment.