Rm unused import in git_registry.rs

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-06-06 13:37:29 +10:00 committed by GitHub
parent 962e79a51c
commit 46291afd3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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_downloader::remote::Client;
use binstalk_types::cargo_toml_binstall::Meta; use binstalk_types::cargo_toml_binstall::Meta;