Skip to content

Version updates and fix tests #410

Version updates and fix tests

Version updates and fix tests #410

Triggered via pull request April 12, 2024 16:21
Status Success
Total duration 28s
Artifacts

check-ts.yml

on: pull_request
check-ts-format
19s
check-ts-format
Fit to window
Zoom out
Zoom in

Annotations

1 warning
useless conversion to the same type: `worker::Env`: src/durable_object.rs#L77
warning: useless conversion to the same type: `worker::Env` --> src/durable_object.rs:77:24 | 77 | let env: Env = self.env.clone().into(); | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `self.env.clone()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default