feat: runtime test expectation file #41
web.yml
on: pull_request
Build and deploy site and docs
7s
Annotations
1 error and 1 warning
redundant closure:
src/harness/report.rs#L424
error: redundant closure
--> src/harness/report.rs:424:31
|
424 | input.parse().map_err(|e| D::Error::custom(e))
| ^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `D::Error::custom`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `-D clippy::redundant-closure` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::redundant_closure)]`
|
Build and deploy site and docs
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|