Skip to content

Adapt to front matter extra typing changes #764

Adapt to front matter extra typing changes

Adapt to front matter extra typing changes #764

Triggered via pull request February 20, 2024 17:07
Status Failure
Total duration 3m 45s
Billable time 4m
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
build
reviewdog exited with status code: 1
[clippy] src/experiments.rs#L42: src/experiments.rs#L42
warning: this seems like a manual implementation of the non-exhaustive pattern --> src/experiments.rs:42:1 | 42 | enum SubCommand { | ^-------------- | | | _help: add the attribute: `#[non_exhaustive] enum SubCommand` | | 43 | | /// Append a message to the given notebook 44 | | Message(MessageArgs), 45 | | ... | 56 | | Panic, 57 | | } | |_^ | help: remove this variant --> src/experiments.rs:56:5 | 56 | Panic, | ^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_non_exhaustive = note: `#[warn(clippy::manual_non_exhaustive)]` on by default
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.