Skip to content

Commit 5fb9c8b

Browse files
committed
fix tests: add extra blank line
Signed-off-by: Zhi Qi <[email protected]>
1 parent f337a79 commit 5fb9c8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ui/regions/regions-free-region-outlives-static-outlives-free-region.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ LL | #![warn(unused_lifetimes)]
1212
| ^^^^^^^^^^^^^^^^
1313

1414
warning: 1 warning emitted
15+

tests/ui/regions/regions-static-bound-rpass.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ LL | where 'a: 'b, 'b: 'static { t }
2828
= help: you can use the `'static` lifetime directly, in place of `'b`
2929

3030
warning: 3 warnings emitted
31+

0 commit comments

Comments
 (0)