mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-07 19:26:36 +00:00
Minor refactor for binstalk-downloader
(#1365)
- Mv `resolver.rs` => `remote/resolver.rs` - Fix clippy warnings in `resolver.rs` on unix Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
6560225c03
commit
9c4e3a6642
3 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,4 @@ pub mod gh_api_client;
|
|||
|
||||
pub mod remote;
|
||||
|
||||
#[cfg(feature = "trust-dns")]
|
||||
mod resolver;
|
||||
|
||||
mod utils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue