Skip to content

Commit

Permalink
fix: random change
Browse files Browse the repository at this point in the history
  • Loading branch information
conblem committed Jun 1, 2022
1 parent 238678e commit a5c1446
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions acme-dns-rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,5 @@ mod tests {
last_checked: &LAST_CHECKED,
inner: static_resolver,
};

let _client_config = ClientConfig::builder()
.with_safe_defaults()
.with_root_certificates(RootCertStore::empty())
.with_no_client_auth();
}
}

0 comments on commit a5c1446

Please sign in to comment.