mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore: remove redundant closure
This commit is contained in:
parent
44abf6ec71
commit
8c52ca6ad3
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ fn resolve_ip_or_domain(host: &str, extra_options: &mut Option<ExtraRequestSetti
|
||||||
|
|
||||||
resolve_domain(host)
|
resolve_domain(host)
|
||||||
},
|
},
|
||||||
|parsed_ip| Ok(parsed_ip),
|
Ok,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue