Skip to content

Update rustyline requirement from 13.0.0 to 14.0.0 #44

Update rustyline requirement from 13.0.0 to 14.0.0

Update rustyline requirement from 13.0.0 to 14.0.0 #44

Triggered via pull request March 7, 2024 10:54
Status Failure
Total duration 37s
Artifacts

check.yml

on: pull_request
stable / fmt
11s
stable / fmt
nightly / doc
19s
nightly / doc
ubuntu / stable / features
24s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
ubuntu / 1.70.0
Process completed with exit code 101.
stable / clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
this `let...else` may be rewritten with the `?` operator: cling/src/extractors.rs#L42
warning: this `let...else` may be rewritten with the `?` operator --> cling/src/extractors.rs:42:9 | 42 | / let Some(state) = args.get::<State<S>>() else { 43 | | return None; 44 | | }; | |__________^ help: replace it with: `let state = args.get::<State<S>>()?;` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#question_mark = note: `#[warn(clippy::question_mark)]` on by default
beta / clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/