Skip to content

Added logo

Added logo #412

Triggered via push October 25, 2024 14:16
Status Success
Total duration 4m 17s
Artifacts

test.yml

on: push
ubuntu / stable / minimal-versions
2m 19s
ubuntu / stable / minimal-versions
Matrix: os-check
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

3 errors
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)]`