We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0fc81 commit f33455eCopy full SHA for f33455e
src/cargo/sources/registry/index.rs
@@ -85,7 +85,7 @@
85
//! [`RemoteRegistry`]: super::remote::RemoteRegistry
86
//! [`Dependency`]: crate::core::Dependency
87
88
-use crate::core::dependency::{DepKind, Artifact};
+use crate::core::dependency::{Artifact, DepKind};
89
use crate::core::Dependency;
90
use crate::core::{PackageId, SourceId, Summary};
91
use crate::sources::registry::{LoadResponse, RegistryData};
0 commit comments