src/weather/client.rs:43,54,67 | WeatherData clones in cache path increase copy pressure. Use shared ownership (e.g., Arc) or move-based cache updates.
src/weather/client.rs:43,54,67 | WeatherData clones in cache path increase copy pressure. Use shared ownership (e.g., Arc) or move-based cache updates.