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 f594991 commit 6c39a18Copy full SHA for 6c39a18
cargo-auditable/src/auditable_from_metadata.rs
@@ -263,4 +263,4 @@ fn proc_macro_packages(metadata: &cargo_metadata::Metadata) -> HashSet<&str> {
263
}
264
})
265
.collect()
266
-}
+}
cargo-auditable/tests/it.rs
@@ -587,7 +587,6 @@ fn test_proc_macro_inner(sbom: bool) {
587
assert_eq!(syn_info.kind, DependencyKind::Build);
588
589
590
-
591
#[test]
592
fn test_dependency_unification() {
593
test_dependency_unification_inner(false);
0 commit comments