mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Fox fmt crates_manifests.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
8ef5856a3b
commit
153fd57e34
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ use thiserror::Error as ThisError;
|
||||||
use crate::{
|
use crate::{
|
||||||
binstall_crates_v1::{Error as BinstallCratesV1Error, Records as BinstallCratesV1Records},
|
binstall_crates_v1::{Error as BinstallCratesV1Error, Records as BinstallCratesV1Records},
|
||||||
cargo_crates_v1::{CratesToml, CratesTomlParseError},
|
cargo_crates_v1::{CratesToml, CratesTomlParseError},
|
||||||
crate_info::CrateInfo, helpers::create_if_not_exist, CompactString, Version,
|
crate_info::CrateInfo,
|
||||||
|
helpers::create_if_not_exist,
|
||||||
|
CompactString, Version,
|
||||||
};
|
};
|
||||||
|
|
||||||
#[derive(Debug, Diagnostic, ThisError)]
|
#[derive(Debug, Diagnostic, ThisError)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue