@@ -42,7 +42,7 @@ fn exported_priv_warning() {
42
42
src/lib.rs:3:13: [WARNING] type `FromPriv` from private dependency 'priv_dep' in public interface
43
43
...
44
44
"# ] ] )
45
- . run ( )
45
+ . run ( ) ;
46
46
}
47
47
48
48
#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -87,7 +87,7 @@ fn exported_pub_dep() {
87
87
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
88
88
89
89
"# ] ] )
90
- . run ( )
90
+ . run ( ) ;
91
91
}
92
92
93
93
#[ cargo_test]
@@ -113,7 +113,7 @@ Caused by:
113
113
See https://doc.rust-lang.org/[..]cargo/reference/unstable.html#public-dependency for more information about using this feature.
114
114
115
115
"# ] ] )
116
- . run ( )
116
+ . run ( ) ;
117
117
}
118
118
119
119
#[ cargo_test]
@@ -151,7 +151,7 @@ fn requires_feature() {
151
151
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
152
152
153
153
"# ] ] )
154
- . run ( )
154
+ . run ( ) ;
155
155
}
156
156
157
157
#[ cargo_test]
@@ -194,7 +194,7 @@ Caused by:
194
194
'public' specifier can only be used on regular dependencies, not dev-dependencies
195
195
196
196
"# ] ] )
197
- . run ( )
197
+ . run ( ) ;
198
198
}
199
199
200
200
#[ cargo_test]
@@ -233,7 +233,7 @@ fn pub_dev_dependency_without_feature() {
233
233
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
234
234
235
235
"# ] ] )
236
- . run ( )
236
+ . run ( ) ;
237
237
}
238
238
239
239
#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -291,7 +291,7 @@ Caused by:
291
291
foo2 is public, but workspace dependencies cannot be public
292
292
293
293
"# ] ] )
294
- . run ( )
294
+ . run ( ) ;
295
295
}
296
296
297
297
#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -336,7 +336,7 @@ fn allow_priv_in_tests() {
336
336
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
337
337
338
338
"# ] ] )
339
- . run ( )
339
+ . run ( ) ;
340
340
}
341
341
342
342
#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -381,7 +381,7 @@ fn allow_priv_in_benchs() {
381
381
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
382
382
383
383
"# ] ] )
384
- . run ( )
384
+ . run ( ) ;
385
385
}
386
386
387
387
#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -427,7 +427,7 @@ fn allow_priv_in_bins() {
427
427
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
428
428
429
429
"# ] ] )
430
- . run ( )
430
+ . run ( ) ;
431
431
}
432
432
433
433
#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -473,7 +473,7 @@ fn allow_priv_in_examples() {
473
473
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
474
474
475
475
"# ] ] )
476
- . run ( )
476
+ . run ( ) ;
477
477
}
478
478
479
479
#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -520,7 +520,7 @@ fn allow_priv_in_custom_build() {
520
520
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
521
521
522
522
"# ] ] )
523
- . run ( )
523
+ . run ( ) ;
524
524
}
525
525
526
526
#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -576,7 +576,7 @@ fn publish_package_with_public_dependency() {
576
576
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
577
577
578
578
"# ] ] )
579
- . run ( )
579
+ . run ( ) ;
580
580
}
581
581
582
582
#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
0 commit comments