Commit f7bf364
committed
Fix new unused result warning
The nightly build started failing with the following message:
error: unused result of type `((), ())`
--> xtrace-example/src/main.rs:91:5
|
91 | futures_util::try_join!(future1, future2)?;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Signed-off-by: Uli Schlachter <psychon@znc.in>1 parent 44780c3 commit f7bf364
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments