nevaforget 914ddf114e refactor: consume library crate from binary
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.
2026-06-10 16:37:08 +02:00
2026-04-09 17:17:20 +02:00
S
Description
No description provided
MIT 134 KiB
Languages
Rust 93.6%
Shell 6.4%