Skip to content

feat: Binary streams #71

feat: Binary streams

feat: Binary streams #71

Triggered via push December 31, 2023 05:45
Status Success
Total duration 27s
Artifacts

rust.yml

on: push
Test Nightly
17s
Test Nightly
Build Nightly
0s
Build Nightly
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
Test Nightly
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Nightly
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/
Test Nightly
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/
Test Nightly
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/
Test Nightly
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/
Test Nightly
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Test Nightly: binary-util-derive/src/io/structs.rs#L338
call to `.clone()` on a reference in this situation does nothing
Test Nightly: binary-util-derive/src/io/structs.rs#L339
call to `.clone()` on a reference in this situation does nothing
Test Nightly
`binary-util-derive` (lib test) generated 2 warnings (run `cargo fix --lib -p binary-util-derive --tests` to apply 2 suggestions)
Test Nightly: binary-util/src/interfaces.rs#L70
unused macro definition: `impl_streamable`
Test Nightly: binary-util/src/interfaces.rs#L630
unused `Result` that must be used
Test Nightly: binary-util/src/interfaces.rs#L741
calls to `std::mem::forget` with a reference instead of an owned value does nothing
Test Nightly
`binary-util` (lib) generated 3 warnings (2 duplicates)
Test Nightly: binary-util/tests/byte_reader.rs#L2
unused import: `binary_util::interfaces::Writer`
Test Nightly: binary-util/tests/byte_reader.rs#L3
unused import: `ByteWriter`