Skip to content

Commit bd3356b

Browse files
Fix test file
1 parent 061eb97 commit bd3356b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/suggestions/issue-120223.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LL | Box::new(executor)
99
|
1010
help: consider adding an explicit lifetime bound
1111
|
12-
LL | executor: impl FnOnce(T) -> (dyn Future<Output = ()>) + 'static,
12+
LL | executor: impl FnOnce(T) -> (dyn Future<Output = ()>) + 'static,
1313
| + +++++++++++
1414

1515
error: aborting due to 1 previous error

0 commit comments

Comments
 (0)