during build I get the following:
warning: the item `Entry` is imported redundantly
--> crates/sethomevar/src/main.rs:152:9
|
6 | use serde_json::{Map, map::Entry, Value, json};
| ---------- the item `Entry` is already imported here
...
152 | use serde_json::map::Entry;
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
need to follow up to see if it is the build env outdated or this needs a fix
during build I get the following:
need to follow up to see if it is the build env outdated or this needs a fix