914ddf114ea300bb258cbcc9c8c24de41bb98496
main.rs declared its own module tree (mod bragi, cli, ...) while lib.rs re-exported the same modules. The binary recompiled everything without using the library, producing 9 spurious dead-code warnings for items that are actually exercised by the integration tests via the library. Import from the corsairctl library instead. No functional change; eliminates all 9 warnings.
Description
Languages
Rust
93.6%
Shell
6.4%