Update rustyline requirement from 13.0.0 to 14.0.0 #44
check.yml
on: pull_request
stable / fmt
11s
nightly / doc
19s
ubuntu / stable / features
24s
Matrix: clippy
Matrix: msrv
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/
|