Skip to content

chore(deps): update dependency tsx to v4.5.0 #286

chore(deps): update dependency tsx to v4.5.0

chore(deps): update dependency tsx to v4.5.0 #286

Triggered via pull request November 25, 2023 01:05
Status Success
Total duration 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

Dogfeed.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
variable does not need to be mutable: tests/__fixtures__/unbased-codebase/src/main.rs#L4
warning: variable does not need to be mutable --> src/main.rs:4:9 | 4 | let mut a = Box::new(1); | ----^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default
1 warning emitted
warning: 1 warning emitted