Skip to content

wip

wip #467

Triggered via push June 22, 2023 12:12
Status Failure
Total duration 8m 38s
Artifacts

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
this async expression only awaits a single future: src/quickjsrealmadapter.rs#L623
error: this async expression only awaits a single future --> src/quickjsrealmadapter.rs:623:54 | 623 | realm.create_resolving_promise_async(async move { fut.await }, |realm, pres| { | ^^^^^^^^^^^^^^^^^^^^^^^^ help: you can reduce it to: `fut` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_async_block = note: `-D clippy::redundant-async-block` implied by `-D warnings`
build
Clippy had exited with the 101 exit code