Commit 2fa075c
committed
fix: Add move keyword to async blocks
Async blocks must use 'move' to take ownership of borrowed variables
when they outlive the function scope. Fixes E0373 errors in CI.1 parent e47fc5e commit 2fa075c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments