mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 07:06:36 +00:00
Fix fmt in resolver.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
934c3f370b
commit
03c6bdb39c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ impl Resolve for TrustDnsResolver {
|
|||
|
||||
#[cfg(unix)]
|
||||
fn get_configs() -> Result<(ResolverConfig, ResolverOpts), BoxError> {
|
||||
debug!("Using system DNS resolver configuration");
|
||||
debug!("Using system DNS resolver configuration");
|
||||
system_conf::read_system_conf().map_err(Into::into)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue