Add error descriptions #279
Annotations
1 error and 3 warnings
Typo
Process completed with exit code 2.
|
Typo:
tango-bench/src/cli.rs#L467
"Unale" should be "Unable".
|
Running clippy:
tango-bench/src/lib.rs#L748
warning: struct `PlatformTimer` is never constructed
--> tango-bench/src/lib.rs:748:23
|
748 | pub(super) struct PlatformTimer;
| ^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
Running clippy:
tango-bench/src/lib.rs#L748
warning: struct `PlatformTimer` is never constructed
--> tango-bench/src/lib.rs:748:23
|
748 | pub(super) struct PlatformTimer;
| ^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
Loading