feat(cli): support generating shell completions (#30) #13
cicd.yml
on: push
Extract crate metadata
6s
Matrix: Run tests and checks
Matrix: Build release binaries
Create GitHub release
0s
Annotations
3 warnings
the following explicit lifetimes could be elided: 'de:
src/icon.rs#L62
warning: the following explicit lifetimes could be elided: 'de
--> src/icon.rs:62:14
|
62 | impl<'de> Visitor<'de> for CodepointVisitor {
| ^^^ ^^^
|
= 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
|
62 - impl<'de> Visitor<'de> for CodepointVisitor {
62 + impl Visitor<'_> for CodepointVisitor {
|
|
the following explicit lifetimes could be elided: 'de:
src/icon.rs#L164
warning: the following explicit lifetimes could be elided: 'de
--> src/icon.rs:164:18
|
164 | impl<'de> Visitor<'de> for SubVisitor {
| ^^^ ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
164 - impl<'de> Visitor<'de> for SubVisitor {
164 + impl Visitor<'_> for SubVisitor {
|
|
Run tests and checks (macos-12, stable)
A brownout will take place on November 11, 14:00 UTC - November 12, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
|