Skip to content

ci: add release automation #2

ci: add release automation

ci: add release automation #2

Triggered via pull request June 27, 2024 11:04
@joshkajoshka
synchronize #1
jm/ci
Status Failure
Total duration 26s
Artifacts

check.yml

on: pull_request
Rustfmt
10s
Rustfmt
Check docs
15s
Check docs
Check MSRV (1.60)
11s
Check MSRV (1.60)
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Check MSRV (1.60)
Process completed with exit code 1.
method `attrs` is never used: src/unstable.rs#L94
warning: method `attrs` is never used --> src/unstable.rs:94:8 | 93 | pub(crate) trait ItemLike { | -------- method in this trait 94 | fn attrs(&self) -> &[syn::Attribute]; | ^^^^^ | = note: `#[warn(dead_code)]` on by default
method `attrs` is never used: src/unstable.rs#L94
warning: method `attrs` is never used --> src/unstable.rs:94:8 | 93 | pub(crate) trait ItemLike { | -------- method in this trait 94 | fn attrs(&self) -> &[syn::Attribute]; | ^^^^^ | = note: `#[warn(dead_code)]` on by default