Skip to content

ci: add release automation #4

ci: add release automation

ci: add release automation #4

Triggered via pull request June 27, 2024 11:13
@joshkajoshka
synchronize #1
jm/ci
Status Success
Total duration 1m 45s
Artifacts

check.yml

on: pull_request
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
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