Skip to content

Bump thiserror from 1.0.63 to 1.0.68 #719

Bump thiserror from 1.0.63 to 1.0.68

Bump thiserror from 1.0.63 to 1.0.68 #719

Triggered via pull request November 5, 2024 14:20
Status Success
Total duration 1m 20s
Artifacts

check.yml

on: pull_request
stable / fmt
13s
stable / fmt
nightly / doc
57s
nightly / doc
ubuntu / stable / features
1m 1s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
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/
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
the following explicit lifetimes could be elided: 'a: cpu/src/lib.rs#L7027
warning: the following explicit lifetimes could be elided: 'a --> cpu/src/lib.rs:7027:6 | 7027 | impl<'a> Default for ChipDef<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 7027 - impl<'a> Default for ChipDef<'a> { 7027 + impl Default for ChipDef<'_> { |
empty line after outer attribute: cpu/src/lib.rs#L6965
warning: empty line after outer attribute --> cpu/src/lib.rs:6965:5 | 6965 | / #[cfg(not(coverage))] 6966 | | | |_ 6967 | fn wai(&mut self) -> Result<OpState> { | ------------------------------------ the attribute applies to this method | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_outer_attr = note: `#[warn(clippy::empty_line_after_outer_attr)]` on by default = help: if the empty line is unintentional remove it
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/
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/