Skip to content

Commit

Permalink
fix tests: add extra blank line
Browse files Browse the repository at this point in the history
Signed-off-by: Zhi Qi <qizhi@pingcap.com>
  • Loading branch information
LittleFall committed Feb 20, 2023
1 parent f337a79 commit 5fb9c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ LL | #![warn(unused_lifetimes)]
| ^^^^^^^^^^^^^^^^

warning: 1 warning emitted

1 change: 1 addition & 0 deletions tests/ui/regions/regions-static-bound-rpass.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ LL | where 'a: 'b, 'b: 'static { t }
= help: you can use the `'static` lifetime directly, in place of `'b`

warning: 3 warnings emitted

0 comments on commit 5fb9c8b

Please sign in to comment.