Skip to content

Merge pull request #177 from piercema/main #303

Merge pull request #177 from piercema/main

Merge pull request #177 from piercema/main #303

Triggered via push October 24, 2024 20:59
Status Failure
Total duration 48s
Artifacts

check.yml

on: push
stable / fmt
12s
stable / fmt
nightly / doc
32s
nightly / doc
ubuntu / stable / features
36s
ubuntu / stable / features
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 warnings
elided lifetime has a name: ja4/src/pcap.rs#L103
error: elided lifetime has a name --> ja4/src/pcap.rs:103:79 | 103 | pub(crate) fn values<'a>(&'a self, name: &'a str) -> impl Iterator<Item = &str> { | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a`
elided lifetime has a name: ja4/src/pcap.rs#L95
error: elided lifetime has a name --> ja4/src/pcap.rs:95:79 | 95 | pub(crate) fn fields<'a>(&'a self, name: &'a str) -> impl Iterator<Item = &rtshark::Metadata> { | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a`
elided lifetime has a name: ja4/src/pcap.rs#L41
error: elided lifetime has a name --> ja4/src/pcap.rs:41:79 | 41 | pub(crate) fn protos<'b>(&'b self, name: &'b str) -> impl Iterator<Item = Proto> + 'b { | -- lifetime `'b` declared here ^^^^^ this elided lifetime gets resolved as `'b` | = note: `-D elided-named-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(elided_named_lifetimes)]`
beta / clippy
Clippy had exited with the 101 exit code
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-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/
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-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/