Skip to content

ondisk: Add compat deserializer for FchConsoleOutMode. #144

ondisk: Add compat deserializer for FchConsoleOutMode.

ondisk: Add compat deserializer for FchConsoleOutMode. #144

Triggered via pull request May 6, 2024 20:07
Status Failure
Total duration 1m 11s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
missing lifetime specifier: src/ondisk.rs#L7231
error[E0106]: missing lifetime specifier --> src/ondisk.rs:7231:95 | 7231 | fn deserialize<D>(deserializer: D) -> std::result::Result<Self, <D as serde::Deserializer<'_>>::Error> | ^^ expected named lifetime parameter | = help: this function's return type contains a borrowed value, but there is no value for it to be borrowed from help: consider using the `'de` lifetime | 7231 | fn deserialize<D>(deserializer: D) -> std::result::Result<Self, <D as serde::Deserializer<'de>>::Error> | ~~~
lint
Clippy had exited with the 101 exit code
test
Process completed with exit code 101.
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.
lint
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/
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.