Skip to content

Commit

Permalink
update async_resolver.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephyy committed Jan 2, 2025
1 parent 534684b commit 613498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async_resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl AsyncResolver {
pub fn new(config: ResolverConfig) -> Self {
let async_resolver = AsyncResolver {
cache: Arc::new(Mutex::new(ResolverCache::new(None))),
config: config,
config,
};
async_resolver
}
Expand Down

0 comments on commit 613498c

Please sign in to comment.