Skip to content

0.10.2, some proxy fixes #461

0.10.2, some proxy fixes

0.10.2, some proxy fixes #461

Triggered via push June 13, 2023 12:14
Status Failure
Total duration 7m 44s
Artifacts

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
deref which would be done by auto-deref: src/quickjsrealmadapter.rs#L94
error: deref which would be done by auto-deref --> src/quickjsrealmadapter.rs:94:17 | 94 | &mut *self.proxy_event_listeners.borrow_mut(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `&mut self.proxy_event_listeners.borrow_mut()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref = note: `-D clippy::explicit-auto-deref` implied by `-D warnings`
build
Clippy had exited with the 101 exit code
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/cache@v2, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.