Daily check #568
daily.yml
on: schedule
Matrix: audit / audit
Matrix: lint / lint
Matrix: build / build
Waiting for pending jobs
Annotations
7 errors and 3 warnings
the following explicit lifetimes could be elided: 'a:
src/preview/terminal/ui/cache.rs#L124
error: the following explicit lifetimes could be elided: 'a
--> src/preview/terminal/ui/cache.rs:124:6
|
124 | impl<'a> Iterator for GlyphCanvasShapePoints<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
124 - impl<'a> Iterator for GlyphCanvasShapePoints<'a> {
124 + impl Iterator for GlyphCanvasShapePoints<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
src/preview/terminal/ui/cache.rs#L124
error: the following explicit lifetimes could be elided: 'a
--> src/preview/terminal/ui/cache.rs:124:6
|
124 | impl<'a> Iterator for GlyphCanvasShapePoints<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
124 - impl<'a> Iterator for GlyphCanvasShapePoints<'a> {
124 + impl Iterator for GlyphCanvasShapePoints<'_> {
|
|
lint / lint (ubuntu-latest)
Clippy has exited with exit code 101
|
lint / lint (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
lint / lint (macos-latest)
The operation was canceled.
|
lint / lint (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
lint / lint (windows-latest)
The operation was canceled.
|
audit / audit (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: rustsec/audit-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
audit / audit (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: rustsec/audit-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
audit / audit (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: rustsec/audit-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|