2024-12-20, 06:54 PM
I still got this warning, but now it finished building and installed without errors. The program starts just fine, I'll have to wait for delivery to see it actually flash the Tangara, but I guess it should . Thanks for fixing this.
Code:
warning: field `base02` is never read
--> src/ui/lua/highlight.rs:203:9
|
200 | pub struct Theme {
| ----- field in this struct
...
203 | pub base02: Color,
| ^^^^^^
|
= note: `Theme` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
warning: `tangara-companion` (bin "tangara-companion") generated 1 warning