Add error descriptions #280
Annotations
1 error and 2 warnings
bench
Process completed with exit code 1.
|
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
|