Skip to content

Commit ff0e04f

Browse files
committed
insta: Update snapshots
1 parent f252825 commit ff0e04f

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

crates/crates_io_tarball/src/snapshots/crates_io_tarball__tests__app.snap

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ expression: tarball_info.manifest.bin
1919
harness: true,
2020
edition: None,
2121
required_features: [],
22-
crate_type: Some(
23-
[
24-
"bin",
25-
],
26-
),
22+
crate_type: None,
2723
},
2824
]

crates/crates_io_tarball/src/snapshots/crates_io_tarball__tests__lib_with_bins_and_example-2.snap

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ expression: tarball_info.manifest.bin
1919
harness: true,
2020
edition: None,
2121
required_features: [],
22-
crate_type: Some(
23-
[
24-
"bin",
25-
],
26-
),
22+
crate_type: None,
2723
},
2824
Product {
2925
path: Some(
@@ -41,10 +37,6 @@ expression: tarball_info.manifest.bin
4137
harness: true,
4238
edition: None,
4339
required_features: [],
44-
crate_type: Some(
45-
[
46-
"bin",
47-
],
48-
),
40+
crate_type: None,
4941
},
5042
]

0 commit comments

Comments
 (0)