Cap cipher suite and extension count (#187) #313
check.yml
on: push
stable / fmt
13s
nightly / doc
29s
ubuntu / stable / features
35s
Matrix: clippy
Annotations
8 errors and 5 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)]`
|
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)]`
|
stable / clippy
Clippy had exited with the 101 exit code
|
beta / clippy
Clippy had exited with the 101 exit code
|
stable / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nightly / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
beta / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / stable / features
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|