move datagram to separate crate (#199) #14
Annotations
15 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo clippy:
h3/src/client/connection.rs#L391
unneeded unit expression
|
cargo clippy:
h3/src/server/connection.rs#L361
unneeded unit expression
|
cargo clippy:
h3/src/config.rs#L26
empty line after doc comment
|
cargo clippy:
h3/src/buf.rs#L124
the following explicit lifetimes could be elided: 'a
|
cargo clippy:
h3/src/buf.rs#L130
the following explicit lifetimes could be elided: 'a
|
cargo clippy:
h3/src/qpack/dynamic.rs#L33
the following explicit lifetimes could be elided: 'a
|
cargo clippy:
h3/src/qpack/dynamic.rs#L59
the following explicit lifetimes could be elided: 'a
|
cargo clippy:
h3/src/qpack/dynamic.rs#L71
the following explicit lifetimes could be elided: 'a
|
cargo clippy:
h3/src/qpack/vas.rs#L1
empty lines after doc comment
|
cargo clippy:
h3/src/qpack/prefix_string/decode.rs#L111
casting a character literal to `u8` truncates
|
Loading