Add error descriptions #279
Annotations
2 errors and 3 warnings
lint
Process completed with exit code 2.
|
bench
Process completed with exit code 1.
|
lint:
tango-bench/src/cli.rs#L467
"Unale" should be "Unable".
|
lint:
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
|
lint:
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
|