Skip to content

Commit c2301fa

Browse files
committed
fixup! test: migrate features_namespaced to snapbox
1 parent 5b77457 commit c2301fa

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

tests/testsuite/features_namespaced.rs

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -599,20 +599,7 @@ fn json_exposed() {
599599
"authors": [],
600600
"categories": [],
601601
"default_run": null,
602-
"dependencies": [
603-
{
604-
"features": [],
605-
"kind": null,
606-
"name": "bar",
607-
"optional": true,
608-
"registry": null,
609-
"rename": null,
610-
"req": "^1.0",
611-
"source": "registry+https://github.com/rust-lang/crates.io-index",
612-
"target": null,
613-
"uses_default_features": true
614-
}
615-
],
602+
"dependencies": "{...}",
616603
"description": null,
617604
"documentation": null,
618605
"edition": "2015",
@@ -635,22 +622,7 @@ fn json_exposed() {
635622
"repository": null,
636623
"rust_version": null,
637624
"source": null,
638-
"targets": [
639-
{
640-
"crate_types": [
641-
"lib"
642-
],
643-
"doc": true,
644-
"doctest": true,
645-
"edition": "2015",
646-
"kind": [
647-
"lib"
648-
],
649-
"name": "foo",
650-
"src_path": "[ROOT]/foo/src/lib.rs",
651-
"test": true
652-
}
653-
],
625+
"targets": "{...}",
654626
"version": "0.1.0"
655627
}
656628
],

0 commit comments

Comments
 (0)