Skip to content

Commit

Permalink
Format the code with cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
xb284524239 committed Jan 9, 2025
1 parent 0c52717 commit 366bea1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
use super::{Action, CargoUI, CratesCompletionData, DependencyData, DependencyNode, Diag, Feature};
use anyhow::Context;
use cargo_metadata::{
TargetKind, diagnostic::DiagnosticLevel, semver::Version, DependencyKind, Metadata, Node, PackageId,
diagnostic::DiagnosticLevel, semver::Version, DependencyKind, Metadata, Node, PackageId,
TargetKind,
};
use futures::future::{Fuse, FusedFuture, FutureExt};
use itertools::Itertools;
Expand Down

0 comments on commit 366bea1

Please sign in to comment.