chore(deps): bump ctor from 0.2.9 to 1.0.6 (#9380)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
This commit is contained in:
@@ -917,7 +917,7 @@ async fn test_copilot_acp_provider() -> Result<()> {
|
||||
.await
|
||||
}
|
||||
|
||||
#[ctor::dtor]
|
||||
#[dtor::dtor(unsafe)]
|
||||
fn print_test_report() {
|
||||
TEST_REPORT.print_summary();
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ use std::time::{Duration, Instant};
|
||||
|
||||
const HELPER_ENV: &str = "GOOSE_SUBPROCESS_PARENT_DEATH_HELPER";
|
||||
|
||||
#[ctor::ctor]
|
||||
#[ctor::ctor(unsafe)]
|
||||
fn maybe_run_helper() {
|
||||
if std::env::var_os(HELPER_ENV).is_none() {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user