Introducing Zung Torrent. #113
check.yml
on: pull_request
stable / fmt
5s
ubuntu / stable / features
20s
Matrix: clippy
Annotations
4 warnings
[clippy] zung_torrent/src/meta_info/files.rs#L181:
zung_torrent/src/meta_info/files.rs#L181
warning: the following explicit lifetimes could be elided: 'a
--> zung_torrent/src/meta_info/files.rs:181:6
|
181 | impl<'a> FileTree<'a> {
| ^^ ^^
|
= 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
|
181 - impl<'a> FileTree<'a> {
181 + impl FileTree<'_> {
|
|
[clippy] zung_torrent/src/meta_info/pieces.rs#L18:
zung_torrent/src/meta_info/pieces.rs#L18
warning: the following explicit lifetimes could be elided: 'de
--> zung_torrent/src/meta_info/pieces.rs:18:6
|
18 | impl<'de> Visitor<'de> for PiecesVisitor {
| ^^^ ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
18 - impl<'de> Visitor<'de> for PiecesVisitor {
18 + impl Visitor<'_> for PiecesVisitor {
|
|
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|