chore: Upgrade testing infrastructure #7
Annotations
4 errors
compat-snapshot
The run was canceled by @ok-nick.
|
compat-snapshot
A task was canceled.
|
fields `uncompressed_remote_size` and `uncompressed_embedded_size` are never read:
sdk/tests/compat.rs#L32
error: fields `uncompressed_remote_size` and `uncompressed_embedded_size` are never read
--> sdk/tests/compat.rs:32:5
|
29 | pub struct CompatAssetDetails {
| ------------------ fields in this struct
...
32 | uncompressed_remote_size: Option<usize>,
| ^^^^^^^^^^^^^^^^^^^^^^^^
33 | // This one should always be defined.
34 | uncompressed_embedded_size: usize,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `CompatAssetDetails` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
unused variable: `original_asset`:
sdk/tests/compat.rs#L159
error: unused variable: `original_asset`
--> sdk/tests/compat.rs:159:17
|
159 | let original_asset = fs::read(fixtures_path.join(&asset_details.asset))?;
| ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_asset`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|