Skip to content

ci: add release automation (#1) #6

ci: add release automation (#1)

ci: add release automation (#1) #6

Triggered via push June 27, 2024 11:18
Status Success
Total duration 1m 43s
Artifacts

check.yml

on: push
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