chore: Upgrade testing infrastructure #5
Annotations
3 errors
compat-snapshot
The run was canceled by @ok-nick.
|
compat-snapshot
The operation 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)]`
|