Skip to content

Commit 91ba5dd

Browse files
committed
Fix remaining test warnings and prepare for crates.io publishing
- Updated Cargo.lock to reflect new version - Fixed remaining warnings in resolver_test.rs - Ensured all tests are clean from linting warnings
1 parent dbf8c00 commit 91ba5dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/resolver_test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ async fn test_resolver_concurrency() -> anyhow::Result<()> {
7575
async fn test_resolver_cache() -> anyhow::Result<()> {
7676
// Create a temporary directory for DNS cache
7777
let _temp_dir = tempdir()?;
78-
// We're using a temporary directory now, no need for cache_path variable
7978

8079
// Create resolver with caching
8180
let resolver = DnsResolver::new_for_testing()?;

0 commit comments

Comments
 (0)