ci: add release automation #3
Annotations
1 error and 2 warnings
Check MSRV (1.60)
Process completed with exit code 101.
|
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
|