mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Rm unused import in git_registry.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
962e79a51c
commit
46291afd3a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use std::{fmt::Display, io, path::PathBuf, sync::Arc};
|
||||
use std::{io, path::PathBuf, sync::Arc};
|
||||
|
||||
use binstalk_downloader::remote::Client;
|
||||
use binstalk_types::cargo_toml_binstall::Meta;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue