Skip to content

Commit

Permalink
Merge branch 'master' into NOISSUE-RefactorMappingModuleToUseTraits
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcconnell26 committed Mar 4, 2021
2 parents 071c023 + 64a3f23 commit a3f2af8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cargo-geiger/src/mapping/krates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ mod krates_tests {
use crate::mapping::GetPackageIdInformation;

use cargo_metadata::Version;

use rstest::*;

#[rstest]
Expand Down
2 changes: 1 addition & 1 deletion cargo-geiger/src/mapping/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use super::{
};
use package_id::ToCargoMetadataPackage;

use crate::mapping::krates::GetNodeForKid;
use crate::mapping::{ToCargoGeigerDependencyKind, ToCargoGeigerSource};

use cargo_metadata::Metadata;
Expand All @@ -20,7 +21,6 @@ use cargo_metadata::DependencyKind as CargoMetadataDependencyKind;
use cargo_metadata::Package as CargoMetadataPackage;
use cargo_metadata::PackageId as CargoMetadataPackageId;

use crate::mapping::krates::GetNodeForKid;
use cargo_geiger_serde::DependencyKind as CargoGeigerSerdeDependencyKind;

impl DepsNotReplaced for Metadata {
Expand Down

0 comments on commit a3f2af8

Please sign in to comment.