Reverted chrono back to time thanks to new bp3d-os time feature #10
development.yml
on: push
Annotations
4 errors and 3 warnings
src\lib.rs#L106
Test failed
|
src\lib.rs#L120
Test failed
|
src\lib.rs#L138
Test failed
|
Build & Test (windows-2019)
Error: Cargo exited with 101 code.
|
large size difference between variants:
src/internal.rs#L43
warning: large size difference between variants
--> src/internal.rs:43:1
|
43 | / enum Command {
44 | | Flush,
| | ----- the second-largest variant carries no data at all
45 | | Log(LogMsg),
| | ----------- the largest variant contains at least 1024 bytes
46 | | Terminate,
47 | | EnableLogBuffer,
48 | | DisableLogBuffer,
49 | | }
| |_^ the entire enum is at least 1028 bytes
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
= note: `#[warn(clippy::large_enum_variant)]` on by default
help: consider boxing the large fields to reduce the total size of the enum
|
45 | Log(Box<LogMsg>),
| ~~~~~~~~~~~
|
Check | Audit
1 warnings found!
|
Check | Audit
Unknown warning kind unsound found, please, file a bug
|