@@ -42,7 +42,7 @@ fn exported_priv_warning() {
4242src/lib.rs:3:13: [WARNING] type `FromPriv` from private dependency 'priv_dep' in public interface
4343...
4444"# ] ] )
45- . run ( )
45+ . run ( ) ;
4646}
4747
4848#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -87,7 +87,7 @@ fn exported_pub_dep() {
8787[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
8888
8989"# ] ] )
90- . run ( )
90+ . run ( ) ;
9191}
9292
9393#[ cargo_test]
@@ -113,7 +113,7 @@ Caused by:
113113 See https://doc.rust-lang.org/[..]cargo/reference/unstable.html#public-dependency for more information about using this feature.
114114
115115"# ] ] )
116- . run ( )
116+ . run ( ) ;
117117}
118118
119119#[ cargo_test]
@@ -151,7 +151,7 @@ fn requires_feature() {
151151[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
152152
153153"# ] ] )
154- . run ( )
154+ . run ( ) ;
155155}
156156
157157#[ cargo_test]
@@ -194,7 +194,7 @@ Caused by:
194194 'public' specifier can only be used on regular dependencies, not dev-dependencies
195195
196196"# ] ] )
197- . run ( )
197+ . run ( ) ;
198198}
199199
200200#[ cargo_test]
@@ -233,7 +233,7 @@ fn pub_dev_dependency_without_feature() {
233233[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
234234
235235"# ] ] )
236- . run ( )
236+ . run ( ) ;
237237}
238238
239239#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -291,7 +291,7 @@ Caused by:
291291 foo2 is public, but workspace dependencies cannot be public
292292
293293"# ] ] )
294- . run ( )
294+ . run ( ) ;
295295}
296296
297297#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -336,7 +336,7 @@ fn allow_priv_in_tests() {
336336[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
337337
338338"# ] ] )
339- . run ( )
339+ . run ( ) ;
340340}
341341
342342#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -381,7 +381,7 @@ fn allow_priv_in_benchs() {
381381[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
382382
383383"# ] ] )
384- . run ( )
384+ . run ( ) ;
385385}
386386
387387#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -427,7 +427,7 @@ fn allow_priv_in_bins() {
427427[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
428428
429429"# ] ] )
430- . run ( )
430+ . run ( ) ;
431431}
432432
433433#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -473,7 +473,7 @@ fn allow_priv_in_examples() {
473473[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
474474
475475"# ] ] )
476- . run ( )
476+ . run ( ) ;
477477}
478478
479479#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -520,7 +520,7 @@ fn allow_priv_in_custom_build() {
520520[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
521521
522522"# ] ] )
523- . run ( )
523+ . run ( ) ;
524524}
525525
526526#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
@@ -576,7 +576,7 @@ fn publish_package_with_public_dependency() {
576576[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
577577
578578"# ] ] )
579- . run ( )
579+ . run ( ) ;
580580}
581581
582582#[ cargo_test( nightly, reason = "exported_private_dependencies lint is unstable" ) ]
0 commit comments